html,body{
  font-size       : 90%;
  font-family     : Verdana, Arail,Helvetica, Geneva, sans-serif;
  color           : black;
  background      : white;
  padding-left:5px;
  padding-right:5px;}
  
a{
  text-decoration : underline;
  margin : 1em;
}

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

h2{font-size : 120%;}
h3{font-size : 100%;
   font-style : italic;
   margin-top : 1em;}

acronym{
  border:none;}

acronym[title]:after {
  content         : " ( "  attr(title)  " )  ";
  font-style      : italic;
  font-size       : 8pt;}
  
a:after {
  content         : "   " attr(href)   "   ";
  font-style      : oblique;
  font-size       : 8pt;}