a:visited 
{
  font-family: "times";
  font-size: 12px;
  color: #003300;
  font-weight: italic;
  text-decoration : underline   	
}
a:link 
{
  font-family: "times";
  font-size: 12px;
  color: #003300;
  font-weight: italic;
  text-decoration : underline  	
}
a:hover 
{
  font-family: "times";
  font-size: 12px;
  color: #003300;
  font-weight: italic;
  text-decoration : none
}
.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;
}
body {
	margin-top: 0px;
	background-image: url();
	margin-bottom: 0px;
	background-color: #1A291C;
}
