<style type="text/css">

A:link
{ text-decoration: underline; color:#006400; }
A:visited
{ text-decoration: underline; color:#006400; }
A:active
{ text-decoration: underline; color:#006400; }
A:hover
{ text-decoration: underline; color: #8FBC8F; }

td#menu A:link
{ text-decoration: none; color:#006400; font-size: 12 pt; }
td#menu A:visited
{ text-decoration: none; color:#006400; font-size: 12 pt; }
td#menu A:active
{ text-decoration: none; color:#006400; font-size: 12 pt; }
td#menu A:hover
{ text-decoration: none; font-size: 12 pt; background color: #8FBC8F; color: #006400; border-right: 4px solid #006400; }

td#email A:link
{ text-decoration: underline; color:#006400; }
td#email A:visited
{ text-decoration: underline; color:#006400; }
td#email A:active
{ text-decoration: underline; color:#006400; }
td#email A:hover
{ text-decoration: underline; color: #8FBC8F; }

td#menu a {display: block; margin: 0; padding: 1px; spacing: 0px; }

td#menu h3 { font-size: 12 pt; font-weight: normal; border-bottom: 1px solid #006400; border-right: 1px solid #006400;}

h1 {font-family: courier new;
font-size: 24 pt;
color: #006400;}

h2 {font-family: courier new;
font-size: 45px;
color: #006400;}

p {font-family: courier new;
font-size: 12 pt;
color: #006400; }

body
{ background: honeydew;
font-family: courier new;
color: #006400 ;
font-size: 12 pt;

  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

#header {
  margin: 20px;
  left: 20px;
  padding: 10px;
  background: #8FBC8F;
  height: 100px;
}
#left {
  position: absolute;
  left: 20px;
  top: 150px;
  padding: 0px;
  background: honeydew;
  width: 150px;
 height: 350px;
}
#center {
  margin-top: 0px;
  left: 50px;
  padding: 10px;
  margin-left: 220px;
  margin-right: 15px;
}
</style>