/* CSS Document */

.normaltext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	}
	
A.normaltext:hover { font-weight: bold; text-decoration: underline; }
A.normaltext:visited { font-weight: bold;  color: #888888; text-decoration: none; }   
A.normaltext { font-weight: bold; color: #888888; text-decoration: none; }
