
body {
	background-color:#FFFFFF;
	background-image:url(gfx/splash.jpg);
	background-position:bottom center;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	}
	
.tabela { 
	height: 100%; 
	width: 400px;
	}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	}

a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}

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

