a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: underline;}

body {
   font-size: 100%;
}

p {
   font-size:100%; 
   margin-bottom:1ex; 
   margin-top:1ex
}
  
hr {
   margin-bottom:1ex;
   margin-top:0em;
   width:100%;
   height:.1px;
   border:solid .1px;
   color: #808080;	
}
  
h1 {
   font-size:200%; 
   margin-bottom:0em; 
   margin-top:1ex; 
   font-weight:normal;
   border-bottom:1px solid #808080;
}

h2 {
   font-size:125%; 
   margin-bottom:0ex; 
   margin-top:2.5ex; 
   font-weight:normal;
   border-bottom:1px solid #808080;
}

h3 {
   font-size:110%; 
   margin-bottom:0ex; 
   margin-top:2.5ex; 
   font-weight:normal;
   border-bottom:1px solid #808080;
}
ul {
   margin-top:1ex;
   margin-bottom:3ex;
}