.txt{
	font-family: Arial;
	font-size: 12px;
	color: Black;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
}
.clique{
	font-family: Arial;
	font-size: 12px;
	color: Black;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
}
A:link {
	COLOR: Black;
	TEXT-DECORATION: underline;
}
A:visited {
	COLOR: Black; TEXT-DECORATION: none
}
A:active {
	COLOR: Black; TEXT-DECORATION: underline
}
A:hover {
	COLOR: Silver;
	TEXT-DECORATION: underline;
}
.Fundo {
background-image: url(bgdegrade.jpg);
background-repeat: repeat-x;
background-position: top left;
background-attachment: fixed;

}