/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   19 de octubre de 2004

   CSS para Ejercicio Fuentes de Roma
*/

body { font-family: sans-serif;  text-align: justify;  
  color: #4A00B4; background-color: #FFEFB3; }

h1 { text-align: center; font-size: 200%;
  background-color: #FFDD5D; } 

h2 { background-color:#FFE893; font-style: oblique;}

address { text-align: right; font-family: serif; }

img.d { float: right; margin-left: 20px;}
img.i { float: left; margin-right: 20px;}

hr { clear: both; height: 5px; width: 40%;
  color: #4A00B4; background-color: #4A00B4; text-align: center;}
