body{
margin: 0;
font: 12px Arial, Helvetica, sans-serif;
color: #000;
background: #ffffff;
}

h2{
margin: 5px 0 5px 0;
}


a:link {
	color: #990000;
	text-decoration: underline;
}

a:visited {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

#geral{
margin: 0 auto;
width: 740px;
height: 100%;
}

#topo{
float: left;
width: 740px;
height: 100%;
}

#menu{
float: left;
width: 740px;
}

#corpo{
float: left;
width: 740px;
font: 12px Arial, Helvetica, sans-serif #000;
text-align: center;
}

#corpo h3{
color: #990000;
font-size: 12px;
}

#rodape{
float: left;
width: 740px;
height: 15px;
text-align: center;
font: 10px Arial, Helvetica, sans-serif;
}

h4{
font: 16px Courier, monospace;
margin-bottom: 2px;
}