body {
  font-size: 62.5%;
  color: #000000;
  background-color: #009900;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
}

a:link {
  color: blue
}

a:active {
  color: red
}

a:visited {
  color: blue
}

#navmenu {
  width: 174px;
}

#navmenu a {
  text-align: left;
  color: white;
  font-size: 16px;
  font-weight: bold;
  font-family: "Times New Roman";
  background-color: #0066FF;
  margin: 0px 0px 5px 0px;
  padding-left: 10px;
  display: block;
  height: auto;
  width: 90%;
  line-height: 2.0em;
  text-decoration: none;
}

#navmenu a:link {
  border-top: 2px solid lightblue;
  border-bottom: 2px solid navy;
  border-left: 2px solid lightblue;
  border-right: 2px solid navy;
}

#navmenu a:visited {
  border-top: 2px solid lightblue;
  border-bottom: 2px solid navy;
  border-left: 2px solid lightblue;
  border-right: 2px solid navy;
}

#navmenu a:hover {
  color: lime;
  border-top: 2px solid navy;
  border-bottom: 2px solid lightblue;
  border-left: 2px solid navy;
  border-right: 2px solid lightblue;
}

h1 {
    font-size: 2.8em;
    font-weight: bold;
    font-family: Verdana, Georgia, Arial, Times New Roman, Times, Helvetica, sans-serif;
    color: #FFFFFF;
    text-align: center;
    margin: 45px;
}

h2 {
    font-size: 2em;
    font-weight: bold;
    font-family: Arial, Times New Roman, Times, Verdana, Georgia, Helvetica, sans-serif;
    color: #000000
}

td {
  font-size: 62.5%;
}

.normaltext {
  font-size: 1.3em;
  font-family: Verdana, Georgia, Arial, Times New Roman, Times, Helvetica, sans-serif;
  color: #000000
}

.parastart {
  font-size: 200%;
}

.forminputbox {
  border: 1px solid #000000;
}

.formcaption {
  font-size: 12px;
  font-family: Verdana, Georgia, Arial, Times New Roman, Times, Helvetica, sans-serif;
  color: #000000;
}

.submitbutton {
  background-color: blue;
  color: white;
  border-color: blue;
}

.centercomments {
  background-color: white;
  text-align: center;
}

.comments {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  color: black;
  padding: 15px;
  border: 1px solid black;
}

.comtitle {
  background-color: white;
  color: blue;
  font-size: 25px;
  text-align: center;
  padding: 1px;
  border-bottom: 1px dotted black;
}

.comsubtitle {
  background-color: white;
  color: blue;
  font-size: 25px;
  text-align: center;
  border-top: 1px dotted black;
  padding: 15px 1px 1px 1px;
}

.comcontent {
  font-size: 1.3em;
  font-family: Verdana, Georgia, Arial, Times New Roman, Times, Helvetica, sans-serif;
  background-color: white;
  color: black;
  text-align: left;
  padding: 1px;
}