 BODY
	{
		color: black;
		font-family: Verdana;
		background-color: #fdf5e6;
		margin-left: 100px;
		margin-right: 100px;
	}

 h1 {
		font-size: 150%;
		text-align: center;
	}
 
 h2 {
		font-size: 80%; 
		text-align: center;
		font-style:italic;
		text-decoration:underline;
	}
h3 {
		color: teal; 
		font-size: 80%;
		text-decoration:underline;
		font-style:italic;
	}

HR {
	text-align: left;
	}

P {
	font-size: 70%;
	}
