/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   
   CSS ejercicio: Pi
   27 de mayo de 2003
*/

html { 
  background-color: #FFEBC2;
  font-family: sans-serif; 
  text-align: justify;
}

math { 
  color: red; 
  font-family: sans-serif;
}

h1 { 
  text-align: center; 
  text-transform: uppercase; 
}

h2 { 
  text-decoration: underline; 
}

p { 
  margin: 0px 20px 10px;
}

p.centrado { 
  text-align: center; 
}

p.referencia { 
  font-style: oblique;
}

