/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(areia.jpg);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}
h1 {
	font-size: 25px;
	text-align:center;
	color: #CC0000;
	text-decoration:underline;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000099;
}
.imovel {
	float:left;
	padding: 21px;
	padding-top: 0px;
	padding-bottom: 50px;
	width: 150px;
	height: 150px;
}
input, textarea{
	background-color:#F0FBFF;
}
