/* CSS Document */

<style type="text/css">

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

BODY,TD {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	background-color:#FFFFFF;
}
UL { list-style-image: url(images/bullet.gif)}

A:link {
	color: #cc0066;
	text-decoration: none;
} 
A:visited {
	color: #999999;
	text-decoration: none;
}
A:active {
	color: #cc0066;
	text-decoration: none;
} 
A:hover {
	color: #cc0066;
	font-weight:bold;
	text-decoration: none;
} 

</style>

