/** CSS RESET **/

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

body {
border: #3C736A  10px solid;
font:18px comic sans ms, arial, verdana, sans-serif;
color: #3C736A; 
}
a:link, a:visited, a:active {
text-decoration: none;	color: #3C736A;	
}

a:hover {
text-decoration: none; 
color:#3C7366;	
border:3px #3C736A dotted;	
}

.ars1 {	
width: 616px; 
margin:80px 32px 0; 
border: #3C736A 5px dotted; 
padding: 5px;
}

.ars2 {
width: 606px;
padding:0; 
border: #3C736A 5px dotted;
}
#select {background:#FFFFFF; color:#333333;}
