body {

	background-color: oldlace;
}

h1{

	font-family: "Times New Roman", serif;
	color: red;
	font-size: 120pt;
	text-align: center;
}

h3 {

	font-family: "Times New Roman", serif;
	color: purple;
	font-size: 48pt;
	text-align: center;
}

div{ 

	display: inline-block;
    font-family: "Times New Roman", serif;
    font-size: 24pt;
    padding: 10px;
    
    }


 li{


 	font-family: "Times New Roman", serif;
	color: blue;
	font-size: 48pt;
	text-align: left;
 }