body {
	background-color: #f3bdb1;
	background-image: url(imagens/fundo_home.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	text-align: center;
}
.texto-12-branco {

	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #000000;
}

.link-12-branco {

	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;

}

.link-12-branco:hover {

	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #7d2f00;
	text-decoration: none;

}
