@charset "utf-8";
#div-anuncio {
	border-style:dotted;
	border-color:#CCC;
	border-width:2px;
	margin:20px 10px;
	padding:5 5;
	width:464px;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	color:#F00;
	font-size:13px;
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	color:#0066ff;
	font-size:14px;
}
		
.conteúdo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
		
}

.titulo {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#666;
	font-weight:bold;
}

.sub_titulo {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#00F;
	font-weight:bold;
}

.valor {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#000;
	font-weight:bold;
}

.rodape {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#666;
}

.bg{
	background:url(../bg.gif);
	Background-repeat: repeat-x;
    Background-position: top;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	text-decoration: none;
}

a:link {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#212042; 
	text-decoration:none ;
	}

a:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#212042; 
	text-decoration:none;
	}
	

a:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:red; 
	text-decoration:underline;
	}

