a:link {
	color: #CCCCCC;
	text-decoration:none;
	font-family:Verdana,Arial,Helvetica,sans serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
}
a:visited{
	color: #CCCCCC;
	text-decoration:none;
	font-family:Verdana,Arial,Helvetica,sans serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
}
a:active{
	color: #CCCCCC;
	text-decoration:none;
	font-family:Verdana,Arial,Helvetica,sans serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
}
a:hover{
	color: white; 
	text-decoration:none;
	font-family:Verdana,Arial,Helvetica,sans serif;
	font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    text-transform: lowercase;
	background: gray;
}
.brokenlink
	{text-decoration: line-through;}
