body {
	text-decoration: none;
	background-color: #000000;
}
.texto_blanco {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.parrafo {
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
}
a:link {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #FF9900;
	text-decoration: none;
}
