/** CSS RESET **/

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

body {
border: 10px solid #D6C3AE;
font: 18px comic sans ms, verdana, arial, sans-serif; 
color: #D6C3AE;
background: #715A45;
}

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

a:hover {
text-decoration: none; 
color:#D6C3AE;
}

#tudo {
border: #E9C255 5px dotted;
margin-top:120px;
}
	
.ars1 {
width: 590px;
padding: 80px 60px 20px 60px;
border: #D6C3AE 5px dotted;
letter-spacing:1px;
}

.ars1 p {
margin-bottom:15px;
}	
	
.ars2 {
width: 423px;
margin:20px 80px;
padding: 1px;
border: #E9C255 5px dotted;
	}
	
.ars3 {
width: 410px;
padding: 1px;
border: #D6C3AE 5px dotted;
}
	
.ars4 {
width: 400px;
height:302px;
border: #C3C8C1 5px dotted;
}
#select {background:#FFFFFF; color:#333333;}
