/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org

   CSS ejercicio: Diccionario informáticos
   27 de enero de 2003
*/

body { 
  background-color: AntiqueWhite;  
  text-align: justify;
}

h1 { 
  font-size: 200%; 
  text-align: center; 
  text-transform: uppercase; 
}

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; 
}

