/* CSS Document */

.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-position: center center;
	font-weight: normal;

}
.texto:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: bold;
	font-variant: normal;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
	background-position: center center;

}
