body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.Vermelho-Titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.Vermelho-OndeEstou {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.Texto-padrao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align:justify;
	text-decoration: none;
}
a:hover {
	font-weight:normal;
	text-decoration: none;
}

a:link, a:visited, a:active{ 	
	color: #000000;	 
	text-decoration: none; 
} 

a:hover {
	text-decoration: none;
	color: #990000;
}

