
<STYLE>

a:link  {
	color : #3333FF;
	text-decoration : none;
}

a:visited  {
	color : #3333FF;
	text-decoration : none;
}

a:active  {
	color : #3333FF;
	text-decoration : none;
}

a:hover  {
	color :#FF0033;
	text-decoration : none;
}
</STYLE>