a:link
{
	color: #0000FF; 
}
a:visited
{
	color: #0000FF; 
} 
a:active 
{
	color: #FFCC66;
}
body
{
	font-family: Verdana;
	font-size:10pt
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	font-family:Arial; font-size:14pt; font-weight:bold
}
h2
{
	font-family:serif; font-size:12pt; font-weight:bold 
}
h3
{
	color: rgb(153,153,51); 
}
h4
{
	color: rgb(255,102,51);
}
h5
{
	color: rgb(204,153,51);
}
h6
{
	color: rgb(153,153,51);
}

<style fprolloverstyle>A:hover {color: #FFCC66; text-transform: uppercase; font-size: 10px; font-weight: bold}
</style>