BODY { background: black; 
  	color: white; 
  	margin: 0; padding: 10px; }

A { color: red; text-decoration: none }
A:hover { text-decoration: underline; color: white; }
A:visited { color: #FF8080; }
A:active { color: silver }

H1, H2, H3 {text-align: center; }
H1, H2 {font-family: Cloister Black BT, Monotype Corsiva, Bookman Old Style, Arial Black, serif; }

H1 {font-size: 200%; }
H2 {font-size: 150%; }

P {text-indent: 50px; text-align: justify;
	margin-left: 10px; margin-right: 10px; }
P.cita { font-style: italic;
	margin-left: 50px; margin-right: 50px; margin-bottom: 20px; }
	
HR.media {width: 50%; text-align: center; }

STRONG {font-size: large; font-weight: bold; }

IMG {border-width: 0;}

DIV.centrado {text-align: center; }