@charset "utf-8";
/* CSS Document */

body {
margin-left:30px;
margin-top:10px;
padding:0;
background:#ffffff;
text-align:left; /* hack para o IE */
}

a {
	color: #186ef0;
	font-size: 15pt;
	font-family: "Times New Roman", Times, Serif;
	text-decoration:none;
}

a:link {
	color: #186ef0;
}

a:active {
	color: #2debf7;
}

a:visited {
	color: #1df018;
}

a:hover {
	color: #de18f0;
	font-style: italic;
	text-decoration:underline;
}

#tudo {
width: 955px;
margin:0 auto;         
padding: 10px;
text-align:left; /* "remédio" para o hack do IE */ 
}
#conteudo {
padding:60px 60px 15px 60px;
background-color: #ffffff;
text-align:center;
}

#rodape {
	text-align:center;
	color: #000000;
}
