/** CSS RESET **/

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

body {
border: 10px solid #7FB1FF;
color: #FF0000;
font:18px comic sans ms, arial, verdana, sans-serif;
}

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

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

.ars1 {
width: 700px;
margin:120px 5px 10px;
border: #7FB1FF 5px dotted;
padding: 5px;
}
	
.ars2 {
width: 650px;
padding:25px;
text-align:justify;
}

span {padding-left:75px;}
#select {background:#FFFFFF; color:#333333;}
