.teste {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	color: black;
}
.titulo {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
.titulo-home {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.texto-home {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: white;
}
.destaque-home {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
.destaque {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: white;
}
a:link {
	color:#666666; text-decoration:none;
	}
a:visited {
	color: red; text-decoration:none;
	}
#pagebody #content a:visited {
	text-decoration:underline;
	}
a:hover {
	color:black;
	text-decoration:underline;
	}
a:active {
	color:red;
	}
 