/* CSS Document */

a:link { text-decoration:inherit; color:#996600; }
a:visited { text-decoration:none; color:#cc9900; }

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

BODY {
	margin-left: 4%;
	margin-right: 4%;
	color: #443a36;
	background: #ffffcc; 
	font-family: "Times New Roman", Times, serif;
}	

