@charset "utf-8";
* { margin: 0; padding: 0; }
html, body {
	height:100%;
	background-color: #BD0016;
	background-image: url(../imagens/back-geral.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
} 
body {
	margin:0;
	padding:0;
	color:#000;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}

p { margin-bottom: 10px; }
a {
	color: #C00;
}
a:hover,
a:active,
a.active {
	color: #C00;
}
