ol {color: #339966} 
.mytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-type: square;
} 
.mytext a:link {color: #0000FF; text-decoration: underline} 
.mytext a:visited {color: #000099; text-decoration: underline} 
.mytext a:hover {
	color: #990000;
	text-decoration: underline;
	background-color: #FFFFCC;
} 
.mytext a:active {color: #333333; text-decoration: none} 
