body {
	background-color: #FFCC66;
}

h1 {
	color: #990000;
	background-color: #FC9804;
	font-family: Verdana, sans-serif;
	font-size: 170%;
}

h2 {
	background-color: #FC9904;
	font-family: Verdana, sans-serif;
	font-size: 110%;
}

h3 {
	font-family: Verdana, sans-serif;
	font-size: 75%;
}

p {
	font-family: Verdana, sans-serif;
	font-size: 65%;
}

a:link {
	color: black;
	text-decoration:none;
}

a:visited {
	color: black;
	text-decoration:none;
}

a:active {
	background-color: red;
	text-decoration:none;
}

a:hover {
	color: #990000;
	text-decoration:none;
}



