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

