@charset "utf-8";
.fundo {
	background-image: url(fundo.jpg);
	background-repeat: no-repeat;
}
a:link {
	font-family: "Franklin Gothic Medium";
	font-size: 18px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:visited {
	font-family: "Franklin Gothic Medium";
	font-size: 18px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:hover {
	font-family: "Franklin Gothic Medium";
	font-size: 18px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

