a:link
{
	COLOR: White;
	text-decoration: none;
}
a:visited
{
	COLOR: White;
	text-decoration: none;
}
a:active
{
	COLOR: #ff0000;
	text-decoration: none;
}
a:hover
{
	COLOR: #99ffff;
	text-decoration: underline;
	font-weight: none;
}


