/* CSS Document */

body{
	margin:10px;
	background-image: url(imagens/bg_principal.gif);
	background-repeat: no-repeat;
	background-position: -190px -55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:#333333;
	}


#acess {width:90%; margin:20px 0;}

h1 {
	font-size: 200%;
	letter-spacing:-1px;
	margin:5px;
}

h2 {
	font-size: 150%;
	margin:5px;
}

h3 {
	font-size: 120%;
	margin:0;
	font-weight:bold;
}

a:link, a:visited, a:active, a:hover  { color:#000;  text-decoration: underline; margin:5px; }


