@charset "UTF-8";
body, html  {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #F37321;
}

a {
	text-decoration:none;

}

h1 {
	font-size: 16px;
	color: #54391A;


}

p,ul,ol {
	font-size: 13px;


}

#rec {
border: solid #F37321 1px;
width:900px;
margin:auto;

}

.rodape a {
font-size: 10px;

}

.rodape {
font-size: 10px;
color: #F37321;


}


.tabela {
	border: 1px solid #F37321;

}


