/* CSS Document */

<style type="text/css">

BODY,TD {font-family: "Times New Roman", Times, serif; font-color: #663300;}
H1 {
	font-family: "Times New Roman", Times, serif;
	color: #663300;
	font-size: x-large;
}
H2 {
	font-family: "Times New Roman", Times, serif;
	color: #663300;
	font-size: large;
}
H3 {
	font-family: "Times New Roman", Times, serif;
	color: #663300;
	font-size: medium;
}

BODY {font-family: "Times New Roman", Times, serif;
	color: #663300;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	background-color:#FEF87E;
}
A:link {
	color: #663300;
	text-decoration: none;
    font-weight: bold;
} 
A:visited {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}
A:active {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
} 
A:hover {
	color: #FFF32B;
	font-weight: bold;
	text-decoration: none;
	 font-style: italic;
} 

</style>

