@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	border: 0;
	padding: 0;
	width: 800;
	height: 85;
	text-align: left;
	}

#rodapefundo	{
	background-color: #000;
	width: 100%;
	heigh: 200px;
	}

#rodape	{
	width: 800px;
	margin-left: -400px;
	left: 50%;
	position: absolute;
	}

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;
	}

.editora	{
	position: absolute;
	right: 5px;
	top: 10px;
	}

/* FONTES */

h6 {
	color: #CCCCCC;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 15px;
	margin-left: 15px;
	}