html, body {
  margin: 0 auto;
  padding: 0;
  height:100%;
  font-size: 12px;
  font-family: 80% Arial,Helvetica,sans-serif;
  color: black ;
  background-color: white;
  background-image: none;
  text-align: center; /* for IE */
}
img { border:0px; }
p { line-height: 1.4; }
a { text-decoration:none; color:black; }

a:hover{ text-decoration: underline; color:black; }
a.visted{ text-decoration: none; color:black; }
a.active{ text-decoration: none; color:black; }
a.visited{ text-decoration: none; color:black; }

li {
  list-style-type: none; /* removes the bullet points */
  margin: 0px;           /* Opera 7 puts large spacings between li elements */
}

.headermenu {
  width: 718px;
  text-align: left;
  margin: 1px auto;
  font-family: Courier New,Courier,monospace; 
  font-style: normal;
  font-size: medium;
}
.footer {
  width: 718px;
  text-align: center;
  margin: 1px auto;
  font-family: Courier New,Courier,monospace; 
  font-size: smaller; 
  font-weight: lighter;
}
.container {
  position: relative;
  width: 720px;
  text-align: left;
  margin: 1px auto;
  font-family: Arial, Helvetica, sans-serif;
}
.content {
  width: 720px;
  text-align: left;
  margin: 1px auto;
  text-indent: 4ex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: larger;
  color: #000000;
}
.contact {
  width: 720px;
  text-align: left;
  margin: 1px auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: larger;
  color: #000000;
}
table#menu {
  background-color: #FFFFFF;
  border: none;
  width: 500px;
  text-align: center;
  font-family: Courier New,Courier,monospace;
  font-size: smaller;
}
.menubold {
  font-weight: bold ;
  color: green ;
  font-family: Courier New,Courier,monospace;
  font-style: normal;
  font-size: medium;
}
.menu {
  font-weight: bold ;
  color: black ;
  font-family: Courier New,Courier,monospace;
  font-style: normal;
  font-size: medium;
}
.quotes {
  text-align: left;
  margin: 20px auto;
  text-indent: 4ex;
  font-family: Arial,Helvetica,sans-serif;
  font-style: oblique;
}
.sig {
  text-align: left;
  margin: 20px auto;
  text-indent: 0ex;
  margin-left: 30em;
  font-family: Arial,Helvetica,sans-serif;
}
.bam {
  text-align: left;
  margin: 10px auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: larger;
  color: #000000;
}
.textright {
  margin-left: 5ex;
}
.bound600 {
  width: 600px;
  margin: 1px auto;
}
.coversr {
  float: right;
  vertical-align: text-top;
  margin-right: 150px;
  margin-top: 10px;
  clear: right;
}
.coversl {
  float: left;
  vertical-align: bottom;
  margin-right: 10px;
  clear: left;
}
.point {
  list-style-type: square;
  padding-left: 4px;
  text-align: left;
  margin: 20px auto;
  text-indent: 0ex;
  font-family: Arial,Helvetica,sans-serif;
  clear: right;
}
 
