/** CSS RESET **/

@import "../../ars/estilos01.css";

body {
border: 10px double #C4462F;
color: #F2CCBF;
background: #000000 url(maos.jpg) no-repeat fixed center;
font:24px comic sans ms, arial, verdana, sans-serif;
font-weight: bold;
}

a:link, a:visited, a:active {
text-decoration: underline;
color: #F2CCBF;
}

a:hover {
text-decoration: none; 
color:#F2CCBF;
}
h1 {
margin-top: 200px;
}

#tudo {margin-top:80px;}

.ars1 {
width: 600px;
margin:0 15px;
border: #C4462F 3px double;
padding: 45px;
}
	
.ars2 {
width: 560px;
padding:15px;
border: #C4462F 3px double;
}
#select {background:#FFFFFF; color:#333333;}
