body {
  background: #c8ff95 none repeat scroll 0% 50%;
  padding-left: 5em;
  color: purple;
  font-family: Georgia,"Times New Roman",Times,serif;
}
ul.navbar {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 1em;
  list-style-type: none;
  top: 1em;
  width: 9em;
}
h1 {
  font-family: Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
}
ul.navbar li {
  margin: 0.5em 0;
  padding: 0.3em;
  background-position: left center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-color: #b2ff95;
}
a:link {
  color: blue;
}
a:visited {
  color: purple;
}
a {
  color: #0000ff;
  font-family: Helvetica,'Times New Roman',Times,serif;
  font-style: italic;
  text-align: center;
  font-weight: normal;
}
a.mbold {
  color: #55ff99;
  font-size: large;
  font-weight: bold;
}
div {
  text-align: center;
}
div.crleft {
  text-align: left;
}
a:link {
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:active {
}

