/* CSS Document */
body{ 
	margin: 0;
	background: url(fundo.gif);
	color: #800000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
}
p{
	margin: 0px 15px 0px 15px;
	text-align:center;
}
img{
	border: 0px;
}
h2{
	font-size: 1.4em;
	margin: 20px;
	margin-left: 40px;
}
#corpo{
	margin: 0 auto;
	width: 779px;
	background: #ff9999;
	overflow: hidden;
	padding-bottom: 30px;
}
a { 
	color:#800000; 
	text-decoration: underline;
	font-weight:bold;
}
.contato{
	/*color: black;*/
	margin: 20px;
	margin-left: 170px;
}

