@charset "utf-8";
/* CSS Document */
.botao	{ 
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px; 
 font-weight: bold; color: 
 #000000; background-color: #AEAB9B; 
 height: 21px; 
}
.texto {
    font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
	text-decoration: none;
}

.links {
    color: #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration: none;
}
.links:hover {
    color: #FF0000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration: none;
}
