A:active
{
    COLOR: black;
    text-decoration: none
}
A:link
{
    COLOR: black;
    text-decoration: none
}
A:visited
{
	COLOR: gray;
	text-decoration: none
}
A:hover
{
	COLOR: navy;
}
