body {
	background-color: #000000;
	text-align: center;
	margin: 0px;
}
#visitante {
	color: #FFFFFF;
	background-color: #000000;
	height: 63px;
	width: 150px;
	padding-top: 7px;
	font-style: italic;
	margin-right: auto;
	margin-left: auto;
}
* {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
}

#pie {
	font-size: 7pt;
	font-weight: normal;
	height: auto;
	width: 550px;
	padding-top: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}
#pie a {
	font-size: 7pt;
	text-decoration: underline;
}
