/** CSS RESET **/

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

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

#contem {
	width:734px;
	border: #CE281E 10px dotted; 
	margin-top: 100px;
	}