/* General */
*
{   
    margin : 10;
    /*padding : 10;*/
    background      : white;
}
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%; /*15px */
    color           : navy;
    background      : white;
    line-height: 1.5em;
}

  
a{
  text-decoration : underline;
}
a:hover, a:focus{
  background : gray;
  color : white;
  }
a:active{
  background : blue;
  color :white;}

h1{
  font-size : 140%;
  color :navy;
}

h2{font-size : 120%;}

h3{font-size : 100%;
   font-style : italic;
   margin-top : 2em;}
