/** CSS RESET **/

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

body {
	border: 10px solid #F0F0F0;
	color: #FFFFFF;
	background: #FF9DFF url(fu.jpg) fixed;
	font:24px comic sans ms, arial, verdana, sans-serif;
	font-weight:bold;
	}

a:link, a:visited, a:active {
	text-decoration: underline;
	color:#FFFFFF;
	}
	
a:hover {
	text-decoration: none; 
	color:#FFFFFF;
	}
#tudo {margin-top:120px;}

.ars1 {
	width: 577px;
	margin:0 60px;
	border: #F0F0F0 3px dashed;
	padding: 5px;
	}
		
.ars2 {
	width: 540px;
	padding:15px;
	border: #F0F0F0 3px dashed;
	background: #FFB6FF;
	}
	
.indica3 {
	border: #F0F0F0 3px dashed;
	background: #FFB6FF;
	}
#select {background:#FFFFFF; color:#333333;}
