html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: tahoma, arial, verdana;
	font-size: 12px;
	color: #bbb;
	line-height: 20px;
	background: #000;
}

h1 {
	font-size: 12px;
	padding: 0;
	margin: 0 0 5px 0;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}
span {color: #fff; font-weight: bold;}


#tabela td {
	border-bottom: 1px solid #333;
	font-size: 12px;
	font-family: tahoma, arial, verdana;
}