/** CSS RESET **/

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

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

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

#tudo {margin-top:80px;}
.indica3 {	
border-top: #FF0000 3px dotted; 
}
#select {background:#FFFFFF; color:#333333;}
