#alvo {
	position: absolute;
	text-align: left;
}


#alvo h1 {
	font: 200% Verdana, Arial, Sans-serif;
	color: #000000;
	height: 80%;
}

.buttons ul {
	list-style			: none;
	display				: block;
	height				: 17px;
	margin				: 0;
	padding-left		: 30px;

}
.buttons li {
	position			: relative;
	float				: left;
	padding-left		: 30px;

}

div.buttons a {
	color				: #e41f07;
	padding				: 2px;
	padding-left		: 20px;
	display				: block;
	font				: 12px Verdana, sans-serif;
	font-weight			: bold;
	text-decoration		: none;
	text-align			: left;
	background       	: url(/imagens/quadrado_vermelho_grande.gif) no-repeat 4px 12px;
}

div.buttons a:hover {
	color				: #AAAAAA;
}
