@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	border: 0;
	padding: 0;
	width: 800;
	height: 85;
	text-align: left;
	}

a:link	{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}

a:visited	{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}

a:hover	{
	color: #0099FF;
	font-weight: bold;
	text-decoration: underline;
	}

a:active	{
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
	}

/* FONTES */

h6 {
	color: #CCCCCC;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 15px;
	margin-left: 15px;
	}