A:visited
{
    FONT-SIZE: x-small;
    COLOR: darkblue;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana;
	text-decoration: none;
}
A:link
{
    FONT-SIZE: x-small;
    COLOR: black;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana;
	text-decoration: none;
}
A:hover
{
	font-size: x-small;
	color: blue;
	font-style: italic;
	font-family: Verdana;
	text-decoration: none;
}

