/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   2 de diciembre de 2004

   CSS para ejercicio Posicionamiento: Citas de Oscar Wilde
*/

body { font-family: sans-serif; background-color:#FDDBBD; text-align: justify; }

h1 { text-align: center; text-transform: uppercase; color: #B0B0B0;}

p { line-height: 150%; font-style: oblique; 
  width: 13em; height: 13em; overflow: auto; float: left; 
  border: #C9A568 2px dashed; background-color: #F2D0AB;
  margin: 10px; padding: 10px; }

p:first-letter { color: #C9A568; font-size: 300%; float: left; font-style: normal;}

