/* CSS Document */
.maintext{
    font-family:verdana;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	cursor:hand;
	text-decoration:smooth;
}
a:hover {color: #FF0000}   /* mouse over link */ 
 


