<style>   

.menu  {
    	color : black;
    	text-decoration : none;
    	text-align : left;
    	font-size : 11px;
    	font-family : Verdana, Arial, Helvetica;
    	font-weight : bold;
    	height: 5px;
 	    margin-left: 0px;
}

.conteudo  {
 	color : black;
 	text-decoration : none;
 	font-size : 12px;
 	font-family : Verdana, Arial, Helvetica;
 	margin-left: 0px;
 	margin-top: 0px;
}

.titulo  {
    	color : black;
    	text-decoration : none;
    	font-size : 15px;
    	font-family : Verdana, Arial, Helvetica;
    	font-weight : bold;
}

.rodape  {
 	color : black;
 	text-decoration : none;
 	font-size : 10px;
 	font-family : Verdana, Arial, Helvetica;
 	margin-left: 0px;
}
a.amenu:link  {
 	text-decoration : none;
	color : white;
	font-weight: bold;
 	font-family : Verdana, Arial, Helvetica;
 	font-size : 11px;
}

a.amenu:visited  {
 	text-decoration : none;
	color : white;
	font-weight: bold;
 	font-family : Verdana, Arial, Helvetica;
 	font-size : 11px;
}

a.amenu:hover  {
 	text-decoration : none;
	color : green;
	font-weight: bold;
 	font-family : Verdana, Arial, Helvetica;
 	font-size : 11px;
}

a.amenu:active  {
 	text-decoration : none;
	color : white;
	font-weight: bold;
 	font-family : Verdana, Arial, Helvetica;
 	font-size : 11px;
}

a.linkazul:link  {
 	text-decoration : none;
	color : blue;
	font-weight: bold;
 	font-family : Verdana, Arial, Helvetica;
 	font-size : 12px;
}

a.linkazul:visited  {
 	text-decoration : none;
	color : blue;
	font-weight: bold;
 	font-family : Verdana, Arial, Helvetica;
 	font-size : 12px;
}

a.linkazul:hover  {
 	text-decoration : none;
	color : blue;
	font-weight: bold;
 	font-family : Verdana, Arial, Helvetica;
 	font-size : 12px;
}

a.linkazul:active  {
 	text-decoration : none;
	color : blue;
	font-weight: bold;
 	font-family : Verdana, Arial, Helvetica;
 	font-size : 12px;
}

</style>