a:link {
	color:#333333; 
	font-family: Arial; 
	text-decoration:underline; 
}
a:visited {
	color:#333333; 
	font-family: Arial; 
	text-decoration:underline; 
}
a:hover {
	color:#E10915; 
	font-family: Arial; 
	text-decoration:none; 
}
.texto {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #333333; 
}
.linha_fundo {
	background-attachment: fixed;
	background-image: url(../imagens/linha_fundo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
