/** CSS RESET **/

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

body {
	border: #E7A5B5 10px solid;
	background: #E7A5B5 url(bg.jpg); 
	font:24px georgia, arial, verdana, sans-serif;
	font-weight:bold;
	color: #D36586; 
	}
a:link, a:visited, a:active {
	text-decoration: none;	color: #D36586;
	border-bottom:3px #D36586 dotted;	
	}
	
a:hover {
	text-decoration: none; 
	color:#EDAABD;	
	}

.ars1 {	
	width: 580px; 
	margin:150px 60px 0; 
	border: #d46488 5px dotted; 
	background:#EDAABD;
	padding: 5px;
	}

.ars2 {
	width: 540px;
	padding:15px; 
	border: #FFFFFF 5px dotted;
	background:#F8DBE5;	
	}