A:visited
{
	text-decoration: none;
	color: blue
}

A:link
{
	text-decoration: none;
	color: blue
}

A:hover
{
    COLOR: darkred;
}
