/** CSS RESET **/

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

body {
	border: #D7B86F 10px solid;
	background: #8D2E42; 
	font:24px georgia, arial, verdana, sans-serif;
	font-weight:bold;
	color: #D7B161; 
	}
a:link, a:visited, a:active {
	text-decoration: none;	color: #D7B161;	
	}
	
a:hover {
	text-decoration: none; 
	color:#FFFFFF;	
	}

.ars1 {	
	width: 577px; 
	margin:80px 60px 0; 
	border: #D7B86F 3px solid; 
	padding: 5px;
	}

.ars2 {
	width: 540px;
	padding:15px; 
	border: #D7B86F 3px solid;
	}