/** CSS RESET **/

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

body {
border: 10px solid #8F4D1F;
font: 18px comic sans ms, verdana, arial, sans-serif; 
color: #79361A;
background: #D7AC97;
}

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

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

#tudo {
border: #79361A 5px dotted;
margin-top:120px;
}

.ars1 {
width: 564px;
padding: 73px;
padding-bottom:20px;
border: #9B5A3C 5px dotted;
}
	
.ars2 {
width: 554px;
border: #79361A 5px dotted;
	}
	
.ars3 {
width: 544px;
border: #9B5A3C 5px dotted;
}
	
.ars4 {
width: 534px;
height:400px;
border: #9B5A3C 5px double;
}
#select {background:#D7AC97;}
