/* CSS Document */

a:link{
	text-decoration:underline;
	font-family: "Lucida Sans";
	font-size: .9em;
	font-weight:bold;
	color:#FFFFFF;
}


a:visited{
	text-decoration:underline;
		font-size: .9em;
	font-weight:bold;
	color:#CCCCCC;
}

a:hover{
	font-size: .9em;
	font-weight:bold;
	color:#CCCCCC;
}

a:active{
	text-decoration:none;
	font-size: .9em;
	font-weight:bold;
	color:#FF0000;
}

