a {
	color : #CCFFFF;
	font-family : Tahoma, Verdana, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : bold;
	text-decoration : underline;
}

a:visited {
	color : #CCFFFF;
	font-family : Tahoma, Verdana, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : bold;
	text-decoration : underline;
}

a:hover {
	background-color : #CCFFFF;
	color : #000080;
	font-family : Tahoma, Verdana, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
}

a:active {
	background-color : inherit;
	color : #FF0000;
	font-family : Tahoma, Verdana, Helvetica, serif;
	font-size : 13px;
	font-style : normal;
	font-weight : bold;
	text-decoration : underline;
}



