/** CSS RESET **/

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

body {
border: 10px dotted #FF7200;
color: #77773D;
font:24px comic sans ms, arial, verdana, sans-serif;
}

a:link, a:visited, a:active {
text-decoration: none;
color: #FF7200;
}

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

.ars1 {
width: 577px;
margin:140px 60px 0;
border: #FF7200 8px dotted;
padding: 5px;
}
#select {background:#FFFFFF; color:#333333;}
