<STYLE TYPE="text/css">
a	{
	color: green;
	text-decoration : none;
}
a:link  {
	color: green;
	text-decoration : none;
}
a:visited  {
	color: green;
	text-decoration : none;
}
a:active  {
	color: green;
	text-decoration : none;
}
a:hover  {
	color : #CC0000;
	text-decoration : none;
}

P, Body {
	font-family: "verdana"; 
	font-size: 10pt;
	color : #808080;
	text-decoration: none;
}

Body {
	font-family: "verdana"; 
	font-size: 10pt;
	color : #808080;
	text-decoration: none;
	background-image: url('../Images/background.gif'); 
}

td  { 
	font-size: 10pt;
	font-family: "verdana";
	color : #808080;
}

</STYLE>