@charset "utf-8";
.maozinha {
	cursor: hand;
	border: 1px solid #000000;
}
.link_home {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.link_home:hover {
	text-decoration: underline;
	color:#FF0000;
}
