/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org

   CSS ejercicio: Tom Strong
   19 de octubre de de 2004
*/

body { 
  font-family: sans-serif; 
  text-align: justify;
}

address { 
  text-align: right; 
}

h1 { 
  font-size: 250%; 
  text-align: center; 
  text-transform: uppercase; 
}

h2 { 
  font-size: 175%; 
}

hr {
  clear: both; 
  width: 90%;
}

img.d { 
  float: right; 
  margin-bottom: 10px; 
  margin-left: 20px;  
}

img.i { 
  float: left;  
  margin-right: 20px; 
  margin-bottom: 10px; 
}

