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