.Estilo9 {
	font-size: 24px;
	color: #FFFF00;
	font-weight: bold;
}
body {
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
	background-image: url(background.jpg);
	color: #FFF;
}
.texto {
	margin: 15px;
	padding: 15px;
}
#pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: center;
	clear: both;
	height: 20px;
	width: auto;
	letter-spacing: 5px;
	font-weight: bold;
}


a:link {
	font-size: 19px;
	color: #FFFF00;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-size: 19px;
	color: #FFFF00;
}
a:hover {
	font-size: 19px;
	color: #FFFFFF;
}
