a {  color: #000099; text-decoration: none}
a:hover {  color: #006600; text-decoration: underline}
BODY
{scrollbar-face-color: #006600; scrollbar-arrow-color: #FFFFFF}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-image: url(fundo.jpg);
	background-position: center;
}

a:link {
	text-decoration: none;
	color: #F16F23;
}
a:visited {
	text-decoration: none;
	color: #7DC471;
}
a:hover {
	text-decoration: underline;
	color: #D3580E;
}
a:active {
	text-decoration: none;
	color: #FF0000;
	text-align: center;
}
