/** CSS RESET **/

@import "estilos01.css";

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

.ars1 {	
	width: 577px; 
	margin:0 60px; 
	border: #000080 3px double; 
	padding: 5px;
	}

.ars2 {
	width: 540px;
	padding:15px; 
	border: #000080 3px double;
	}