body {
	overflow-x:hidden;
	background-image: url('../_img/bg.jpg');
	background-repeat: repeat-y;
	background-position:  center 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333


}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
}
.rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #C09079;
}

a:link, a:active  {
   color : #2294ca;
   text-decoration : none; 
}


a:visited {
   color : #982800; 
   text-decoration : none; 
   
}
  
  
a:hover {
   color : #982800; 
   text-decoration : underline;
   
}