/* Anchors have three pseudo-styles, two of which are 	*/
/* only	supported by IE. I like the bold. We'll see how */
/* others feel about it. 				*/
A
{
	color : cyan;
	text-decoration : underline;
}

A:Visited
{
	color: orange;
	text-decoration : underline;
}
A:Active
{
	color : yellow;
	text-decoration : underline;
	font-weight : bold;
}
A:Hover
{
	color : red;
	text-decoration : underline;
	font-weight : bold;
}
.AnnounceFont
{
    COLOR: cyan;
    FONT-FAMILY: 'Trebuchet MS', Verdana, Arial, Helvetica;
    FONT-SIZE: 4pt
}
