/* 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 : #0000FF;
	text-decoration : underline;
}

A:Visited
{
	/* color : #2d3adf; */
	color: #800080;
	/* text-decoration : none; */
	text-decoration : underline;
}
A:Active
{
	color : #ff3300;
	text-decoration : underline;
	font-weight : bold;
}
A:Hover
{
	color : #ff3300;
	text-decoration : underline;
	font-weight : bold;
}
.AnnounceFont
{
    COLOR: blue;
    FONT-FAMILY: 'Trebuchet MS', Verdana, Arial, Helvetica;
    FONT-SIZE: 4pt
}
