a:link {
	color: #666666; 
	font-family: Tahoma; 
	text-decoration:none; 
}
a:visited {
	color: #FF9900; 
	font-family: Tahoma; 
	text-decoration:none; 
}
a:hover {
	color: #D26900 ; 
	font-family: Tahoma; 
	text-decoration:none; 
}
.texto {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #8B7D72; 
	}

.img_fundo {
	background-attachment: fixed;
	background-image: url(../imagens/linha_fundo.jpg);
	background-repeat: repeat-y;
	background-position: right center;
}

.titulos {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	color: #562F10; 
	}
	
#imagem a img {
border: 3px solid #F4C504;
}

/* cor qdo passa o mouse em cima da foto */
#imagem a:hover img {
border: 3px solid #000000;
}