<STYLE TYPE="text/css">

a:link
{
	color: blue;
	text-decoration: none;
}

a:visited
{
	color: #583C81;
	text-decoration: none;
}

a:hover, a:active
{
	color: red;
	text-decoration: underline;
}

</STYLE>