	a                   { text-decoration: none; }
	a:link              {  }
	a:active	        {  }
	a:visited           {  }
	a:hover             { background-color: gold }  
	font-family: Verdana, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	text-decoration: none
}
.maincontent {  
	font-family: Verdana, sans-serif; 
	font-size: 12px; 
	color: #000000;
	text-decoration: none
}
.maincontentbold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.small {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: uppercase;
}
.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

