body {font-size: 16px; font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;}


a:link	{
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 16px;
	text-decoration: underline;
	font-weight: normal;
	color: Blue;
}	
		
a:visited	{
	text-decoration: underline;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: Blue;
}	
		
a:active	{
	text-decoration: underline;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: White;
	background: Blue;
}	
		
a:hover	{
	text-decoration: underline;
	font-size: 16px;
	color: White;
	background: Blue;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: normal;
}	
		
a.offsite	{
	text-decoration: underline;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: Blue;
}	



.databaseName {
       
        font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif; 
	font-size:22px; 
	font-weight:normal;
	color:#0000FF; 

}