body {
	font-size: 13px;
}

a { 	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;  
	color: #000000;
	}

a:active { 
	text-decoration: underline;  
	color: #EE9922;
}

a:hover  { 
	text-decoration: underline;  
	color: #FF9900;
}

.ahref { 	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;  
	color: #000000;   
	}

