.titulo_notas 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: normal;
	font-weight: bold; 
	font-variant: normal;
	text-decoration:none;
	color:#000000;
	}
A.titulo_notas:hover {
	text-decoration : underline;
}