BODY {
	background-image : url(img/fundo.gif); background-repeat: no-repeat; background-position: center top;
	margin-left : 0;
	margin-top : 0;
}

A.menu {
	color : #014E9A;
	text-decoration : none;
}
A.menu:Hover {
	color: White;
	text-decoration: none;
}
A {
	color : #014E9A;
	text-decoration : none;
}
A:HOVER {
	color: #7CC5A1;
	text-decoration : underline;
}

