@charset "utf-8";
Body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-attachment: fixed;
	background-color: #CC0000;
	background-image:url(../img/Fundo.png);
	background-repeat: repeat;
	margin:0;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}