body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(fundo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;


}
a:link {
	color: #663399;
	text-decoration: none;

}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a:visited {
	color: #663399;
	text-decoration: none;

}
a:hover {
	color: #663399;
	text-decoration: underline;

}
a:active {
	color: #663399;
	text-decoration: underline;

}
