a:visited 
{
	font-family: times;
	font-size: 12px;
	color: #000000;
	text-decoration : underline;
	font-weight: bold;
	font-style: italic;
}
a:link 
{
	font-family: times;
	font-size: 12px;
	color: #000000;
	text-decoration : underline;
	font-weight: bold;
	font-style: italic;
}
a:hover 
{
	font-family: times;
	font-size: 12px;
	color: #000000;
	text-decoration : none;
	font-weight: bold;
	font-style: italic;
}
.texto-geral 
{
	font-family: "times";
	font-size: 12px;
	line-height: 18px;
	color: #003300;
	text-decoration: none;
}
.texto-home {
	font-family: "times";
	font-size: 13px;
	line-height: 18px;
	color: #e5ddc5;
	text-decoration: none;
}
.titulo-vermelho {
	font-family: "times";
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #631136;
	text-decoration: none;
}
