* {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
body {
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #FFF;
}
#geral {
	position:absolute;
	width:300px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	padding: 10px;
}
#sabermais {
	position:absolute;
	width:300px;
	margin-top: 200px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	top: 10px;
}

h1 {
	font-size: 20px;
	color: #A8A8A8;
}
h2 {
	font-size: 12px;
	color: #939393;
}

a.link {
	font-size: 11px;
	color: #89774e;
	padding-top: 10px;
	text-decoration: none;
}
a.link:hover {
	font-size: 11px;
	color: #89774e;
	padding-top: 10px;
	text-decoration: underline;
}
.txt {
	font-size: 10px;
	color: #939393;
}
a.txt {
	color: #939393;
	text-decoration: none;
}
a.txt:hover {
	color: #89774e;
	text-decoration: none;
}

