a:link {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: blink;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}


.cabecalho {
	font-family: "CG Omega";
	font-size: 15px;
	color: #FFFFFF;
	text-align: right;
	background-color: #666666;
	width: 500px;
	position: relative;
	letter-spacing: 1pt;
	left: 10em;
}

