.subrayado{
text-decoration:underline;
}
.negrita{
font-weight:bold;
}
.grande{
font-size:11px;
}
.titulo{
font-size:10px;
font-weight:bold;
text-decoration:underline;
text-align:center;
font-style:italic;
}
a:link, a:visited, a:active {
	color: #999999;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration:underline;
}

a:hover{
color: #CCCCCC;
text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}