@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../jpgGeral/texturaPontos.jpg);
}
a:visited {
	color: #999999;
    text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #666666;
    text-decoration: none;

}
a:link {
    color: #999999;
	text-decoration: none;
}