/** CSS RESET **/

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

body {
	border: #756934 10px dotted;
	background: #F9E6D5; 
	font:18px comic sans ms, arial, verdana, sans-serif;
	color: #756934; 
	}
a:link, a:visited, a:active {
	text-decoration: underline;	color: #756934;	
	}
	
a:hover {
	text-decoration: none; 
	color:#756934;	
	}

.ars1 {	
	width: 577px; 
	margin:100px 60px 0; 
	border: #756934 5px dotted; 
	padding: 5px;
	}

.ars2 {
	width: 538px;
	padding:15px; 
	border: #756934 5px dotted;
	}