
/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   14 de octubre de 2004

   CSS para ejercicio Texto: Jargon file
*/

body { font-family: sans-serif; background-color: #FFF6F6; }

h1 { font-size: 200%; text-decoration: underline; 
  text-align: center; text-transform: uppercase;}

h2 { font-size: 125%; background-color: #FFEBF7; 
  margin-top: 1.5em; margin-bottom: 0.5em; }

p { margin-left: 2em; }

pre { margin-left: 2em; font-family: monospace; }

address { font-style: normal; font-family: serif; 
  text-align: right; }

blockquote { text-align: center; font-style: oblique; }

em { background-color: #EAEAF5; font-style: normal; }

cite { background-color: #E9E9E9; }
