
a:link       { text-decoration: none; color: mediumblue }
a:visited    { text-decoration: none; color: mediumblue }
a:active     { text-decoration: none; color: darkred }
a:hover      { text-decoration: none; color: darkred }

body {
  padding: 0;
  font-family: "Times New Roman", Times, serif;
  color: black;
  background-color: aliceblue }

h2 {
  font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif }
        
<!-- This section is for an unordered list navigtion bar at left -->
ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
  left: 0; }
ul.navbar li {
  background: lightsteelblue;
  list-style-type: none;
  margin: 0.2em;
  padding: 0.1em; }
ul.navbar a {
  text-decoration: none }

address {
  margin-top: 0em;
  padding-top: 0; }
