<STYLE TYPE="text/css">

a	{
	color: #008000;
	text-decoration : none;
}
a:link  {
	color: #008000;
	text-decoration : none;
}
a:visited  {
	color: #008000;
	text-decoration : none;
}
a:active  {
	color: #008000;
	text-decoration : none;
}
a:hover  {
	color : red;
	text-decoration : none;
}

P, Body {
	font-family: "Arial";
	color: white;
	font-size: 12px;
	text-align: "middle";
	text-decoration: none;
}

Body {
	font-family: "Arial";
	color: white; 
	font-size: 12px;
	text-align: "middle";
	text-decoration: none;
}

</STYLE>