.titulo {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.legenda {
	font-family: Verdana;
	font-size: 9px;	
	color: #666666;
}
.texto {
	font-family: Verdana;
	font-size: 12px;
	color: black;
}
a:link{
	font-family: Verdana;
	color: blue;
	text-decoration:none;
}
a:visited{
	font-family: Verdana;
	color: blue;
	text-decoration:none;
}
a:active{
	font-family: Verdana;
	font-weight: bold;
	color: red;
	background-color: lightyellow;
}
a:hover{
	font-family: Verdana;
	font-weight: bold;
	color: red;
	background-color: lightyellow;
}
.topico {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #4B719C;
}

