.header{
 	font-family: Verdana, Arial, sans-serif;
 	font-style: normal;
 	font-weight: bolder;
 	font-size: 17px; 
 	color: #000;  
}

.text{
 	font-family: "Trebuchet MS", "Nimbus Sans L", Verdana, Arial, sans-serif;
 	font-style: normal;
 	font-weight: normal;
 	font-size: 12px; 
 	color: #000;
}

#content a:link, #content a:visited { 
   	font-family: "Trebuchet MS", "Nimbus Sans L", Verdana, Arial, sans-serif;
	color: #009;
   	text-decoration: none;
}
#content a:hover {
        text-decoration: underline;
}


