BODY { 
BACKGROUND: url(Binarios/Fondopapel.jpg);
background-color: black
}

H1 {
   font-family: Arial, Sans-serif;
   font-size: 19pt;
   color: #0000FF;
   text-align: center;
}


P {
font-family: Verdana;
font-size: 10pt;
color: black;
text-align: justify;
}

li {
font-family: Verdana;
font-size: 10pt;
color: #00FF00;
text-align: justify;
}


address {
font-family: Verdana;
font-size: 10pt;
color: black;
text-align: right;
}

tr {
font-family: Verdana;
font-size: 10pt;
color: #00FF00;
text-align: justify;
}


HR {
color: #FF0000}


.justificar {text-align: justify}
.centro {text-align: center}
.derecha {text-align: right}

.temporada {
	text-align: center;
	background-color: rgb(0,0,255);
	font color="#000000";
	font-size: 15pt}

.episodio {color=blue}


A:link {
	COLOR: blue; TEXT-DECORATION: none
}
A:visited {
	COLOR: #808080; TEXT-DECORATION: none
}
A:active {
	COLOR: #ff6600; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #FF0000; T