.mytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	list-style-type: square;
	
} 
.mytext a:link {color: #333333; text-decoration: underline} 
.mytext a:visited {color: #333333; text-decoration: underline} 
.mytext a:hover {color: #993300; text-decoration: none} 
.mytext a:active {color: #333333; text-decoration: none} 
