/** CSS RESET **/

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

body {
border: 10px solid #825F55;
color: #DFCECA;
background: #825F55 url(abstract_mask_back.jpg) fixed;
font:18px comic sans ms, arial, verdana, sans-serif;
}

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

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

#tudo {
width:655px;
border: #DFCECA 3px dashed;
margin-top:120px;
}

.ars1 {
width: 550px;
border: #2F201C 3px dashed;
padding: 50px;
background:#936F66;
}
	
.ars2 {
width: 550px;
height: 550px;
border: #ffffff 0 double;
}
#select {background:#FFFFFF; color:#333333;}
