/* CSS Document */

/* CSS utilizado pelas páginas de resposta da Biblioteca até que sejam refeitas */

body{/*CSS para blocos de texto e para botão voltar a esquerda*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	/*text-align: justify;
	margin: 0px 10px 10px 10px;
	line-height: 1.5em;*/
}


a, a:hover, a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #3366CC;
	text-decoration: none;
	font-weight: none;
}
a font { 
	color: #3366CC; }
a:hover font { color: #3366CC; 
}
a:visited font { color: #3366cc; 
	text-decoration: none;
	font-weight: bold;
}
a:link font { color: #3366CC; }	
font a { color: #3366CC; 
	text-decoration: none;
	text-weight: none;
}

