/* CSS Document */

a:link { text-decoration:inherit; color:#660033; }
a:visited { text-decoration:none; color:#666600; }

a:hover {
	 color:#66CC00; background-color:#000033}

BODY {
	margin-left: 4%;
	margin-right: 4%;
	color: #663300;
	background: orange;
	font-family: "Times New Roman", Times, serif;
	text-align:center;
	font-size: 16px;
	}
	
H1 {text-align:center;
	}
H2	{text-align:center;
	}
hr {color:#660033;}
