/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   27 de enero de 2003

   CSS para Ejercicio Diccionario informáticos
*/

body { background-color: AntiqueWhite;  text-align: justify;}
h1 { text-align: center; text-transform: uppercase; font-size: 200%; }
p { margin: 20px 30px; text-indent: -20px; }
.termino { font-weight: bold; }
.campo { background-color: pink; font-style: oblique; }
.etimologia { background-color: gainsboro;}
.extranjerismo { font-style: oblique; }
.gen { background-color: yellow; }
