
body {
	font-family: bitstream vera sans mono, andale mono, lucida console, courier new, courier, verdana, sans-serif;
	background-color : #000000;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 20px;
	font-size : 11px;
	color : #eeeeee;
}

td {
	font-size : 11px;
	color : #eeeeee;
}

p {
	font-size : 11px;
	color : #eeeeee;
}

a {
	font-size : 11px;
	color : #9FC9FB;
	text-decoration : none;
}

a:hover {
	font-size : 11px;
	background-color : #9FC9FB;
	color : #000000;
	text-decoration : none;
}

.titulo {
	font-size : 18px;
	color : #ffffff;
	font-weight : bold;
	text-align : left;
}

.subtitulo {
	font-size : 14px;
	color : #ffffff;
	font-weight : bold;
	text-align : left;
}

.legenda {
	font-size: 10px;
	color : #eeeeee;
}

.img {
	background-color : transparent;
}

.img:hover {
	background-color : transparent;
}

.mundo {
	height: 100%;
	width: 100%;
}