
body {   font-family: Arial; sans-serif;   } 

body {
margin-left:2%;
margin-right:2%;
margin-bottom:3%;
margin-top:2%;
}


h1  {
  font-size: 2em;
  font-style: none;
  font-weight: normal;
}

h2  {
  font-size: 1.5em;
  font-style: none;
  font-weight: normal;
}

/* spacing between list items */
li {
   margin-bottom: 7px;
}

hr { margin-top: 10px; margin-bottom: 10px }



/* link formatting */
a:link {
  color: #006599; 
  text-decoration: none;
}
a:visited {
  color: #006599;
  text-decoration: none;
}
a:hover {
  color: #cc0000;
  text-decoration: underline;
}
a:active {
  color: #cc0000;
  text-decoration: underline;
} 



