/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org

   CSS ejercicio: Pío Baroja
   7 de noviembre de 2003
*/

body { 
  background-color: #E4A476;
  font-family: sans-serif; 
}

h1 { 
  text-align: center; 
}

h2 { 
  background-color: #C38C65; 
  padding-left: 5px; 
}

span.color { 
  background-color: #825D43; 
  padding: 0px 5px; 
}

h3 {  
  color: #F4DAC7; 
  margin-bottom: 0px; 
  margin-left: 20px; 
  padding: 0px 5px; 
  text-transform: uppercase;
}

ol, ul { 
  margin-top: 0px; 
  margin-left: 50px; 
}

ol.a { 
  list-style-type: decimal-leading-zero; 
}

ol.b { 
  list-style-type: upper-roman; 
} 

ul.a { 
  list-style-type: none; 
}

ul.b { 
  list-style-type: circle;
}

ul.c { 
  list-style-type: disc; 
}

ul.d { 
  list-style-type: lower-roman; 
}

ul.e { 
  list-style-type: upper-alpha; 
}

ul.f { 
  list-style-type: square; 
}

ul.g { 
  list-style-type: lower-alpha; 
}

ul.h { 
  list-style-type: hebrew;
}

ul.i { 
  list-style-type: upper-roman; 
}

ul.j { 
  list-style-type: lower-greek; 
}

