body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin:2 2 2 2;
}

.geral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:2 2 2 2;
}

.enquete {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:2 2 2 2;
	color:#333333;
}

a:link {
	font-size : 11px;
	font-weight : bold;
	line-height : 15px;
	margin : 5px 0 0 0;
	color : #5c5855;
	text-decoration: none;	
}
a:visited {
	font-size : 11px;
	font-weight : bold;
	line-height : 15px;
	margin : 5px 0 0 0;
	color : #5c5855;
	text-decoration: none;	
}
a:hover {
	font-size : 11px;
	font-weight : bold;
	line-height : 15px;
	margin : 5px 0 0 0;
	color : #5c5855;
	text-decoration: underline;
}
a:active {
	font-size : 11px;
	font-weight : bold;
	line-height : 15px;
	margin : 5px 0 0 0;
	color : #5c5855;
	text-decoration: none;	
}


