body
{
	padding: 0;
	margin: 0;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	;
}
A {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover, a:active, a:visited
{
	color: #CCCCCC;
	text-decoration: none;
}


#entrada {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 50%;
	color: #CCCCCC;
	margin-top: 10%;
}

#entrada a:hover, a:active, a:visited
{
	color: #CCCCCC;
	text-decoration: none;
}


.texto {
	font-size: 10px;
	color: #CCCCCC;
}

