body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #33FF00;
	background-color: #000000;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
.enlaces_inicio {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #33FF00;
	padding: 0px 5px;
}
.enlaces_inicio:HOVER {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #33FF00;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 0px 5px;
}
.nombre_artista {
	font-size: 15px;
	color: #000000;
	background-color: #33FF00;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.texto_gris {
	color: #EFEFEF;
}
.enlace {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
.enlace:HOVER {
	font-size: 12px;
	font-weight: bold;
	color: #33FF00;
	text-decoration: underline;
}
.td_linea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #33FF00;
	border-right-color: #33FF00;
	border-bottom-color: #33FF00;
	border-left-color: #33FF00;
}
.titulos {

	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #33FF00;
	text-decoration: none;
	background-color: #333333;
}
a {
	color: #33FF00;
	text-decoration: underline;
	font-weight: bold;
}
.texto_verde {
	color: #33FF00;
	font-weight: bold;
}
.texto_negro {
	font-weight: bold;
	color: #000000;
}
.td_gris {
	background-color: #666666;
}
.borde_verde {
	border: 1px solid #00CC00;
}
