.Estilo1 {
	color: #FFFF00;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 40px;
}
.Estilo2 {
	color: #FFFF00;
	font-weight: bold;
	font-size: 12px;
}
body {
	background-color: #000000;
}
.Estilo3 {color: #FFFF00}
.Estilo5 {color: #FFFF00; font-size: 12px; }
.Estilo6 {font-size: 2px}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}