/** CSS RESET **/

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

body {
border: 10px solid #D7D7D7 ;
color: #979797 ;
font:24px verdana, arial, verdana, sans-serif;
}

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

a:hover {
text-decoration: none; 
color:#979797;
}
#tudo {padding-top:120px;}
.ars1 {
width: 577px;
margin:0 60px;
border: #979797 4px solid;
background:#B7B7B7;
padding: 4px;
}
	
.ars2 {
width: 540px;
padding:15px;
border: #D7D7D7 4px solid;
background:#FFFFFF;
}
#select {background:#FFFFFF; color:#333333;}
