body {
	background-image: url(imgs/fundo.jpg);
	background-position: center top;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CC9900;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

