/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   
   Hoja de estilo Ejemplo ejercicio Currículum Vitae

   3 de octubre de 2003 
*/

body { background-color: #F0E1D1; color: black; 
  font-family: sans-serif; text-align: justify; }

h1 { text-align: center; text-transform: uppercase; font-size: 150%;
  color: #92897F;}

h2 { background-color: #B9ADA1; color: #F0E1D1;
  text-transform: capitalize; font-size: 130%;}

p { background-color: #D2C8BD;}

address { font-style: normal; text-align: right;
  background-color: white; } 

em { text-decoration: underline; font-weight: bold; font-style: normal; 
  color:#92897F; } 

strong { font-size: 100%; font-weight: normal;  font-style: normal; 
  color:#92897F;  } 

hr { background-color: #B9ADA1; color: #B9ADA1; width: 75%; height: 5px;
  text-align: center;}
