@charset "utf-8";
#centro {
	height: 500px;
	width: 600px;
	margin: 0 auto;
	margin-top: 125px;
}
body {
	background-color: #000000;
}

#centro #texto {
	height: 20px;
	width: 80px;
	margin-left: 120px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
	top: 545px;
	left: 271px;
	font-weight: bold;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
