/* General */
*
{   
    margin : 20;
    padding : 10;

}
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%; /*15px */
    color           : black;
    background      : white;
    line-height: 2em
}

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

h1{
  font-size : 140%;
  color :rgb(30, 190, 142);
}

h2{
    font-size : 120%;
    color :rgb(30, 190, 142);
}

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

ol
   {
       %list-style: none;
       line-height: 2em;

   }