/* background */
body {
	background-color: #992626;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	text-align: justify;
	background-image: url(img/background.jpg);	
}


.font_white {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	text-align: justify;
	color: #b80101;
}

#link_verde a:link {
   color: #b80101;
	text-decoration: underline;
}

#link_verde a:visited {
	color: #b80101;
	text-decoration: underline;
}

#link_verde a:hover {
	color: #b80101;
	text-decoration: underline;
}



#link_preto a:link {
   color: #000000;
	text-decoration: underline;
}

#link_preto a:visited {
	color: #000000;
	text-decoration: underline;
}

#link_preto a:hover {
	color: #000000;
	text-decoration: underline;
}

