@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FF6C00;
	background-repeat: repeat-x;
	background-image: url(fundo.gif);
}
.style1 {
	font-family: Verdana;
	font-size: 9px;
}
a:link {
	color: #AE4600;
}
a:hover {
	color: #FFCC00;
}

