/* XHTML y CSS con AMAYA
   Bartolomé Sintes Marco
   http://www.mclibre.org
   7 de noviembre de 2004

   CSS para ejercicio Examen: Radio Futura
*/

html { margin: 5px 20px; padding: 0 20px;
  border-top: white 10px solid; border-left: white 10px solid; 
  border-bottom: black 10px solid; border-right: black 10px solid; }

body { font-family: sans-serif; background-color: lightgrey; }

h1 { text-align: right; font-variant: small-caps; 
  border-bottom: white 3px solid;}
h1.prin { float: left; margin: 0px; }

p { border-right: black 5px solid; border-bottom: black 3px solid;
  background-color: white; margin: 20px 80px; padding: 5px;  
  line-height: 150%;}

span.capital { font-size: 200%; background-color: lightgrey; margin-left: -5px; }
span.neg { color: white; }

em { background-color: lightgrey; color: white; font-weight: bold; padding: 0px 5px; }

strong { border-bottom: black 3px solid; border-top: black 3px solid;}
