﻿body{
  margin: 0px;
  padding: 0px;
  border: none;
  background: #053205;
}

html{
  margin: 0px;
  padding: 0px;
  border: none;
  background: #053205;
  color: #f3f8f2;
}

a {  
  color: #9999FF;
}

body{
  color: #f3f8f2;
  font-family: Veranda, Arial, sans-serif;
  font-size: 100%;
  line-height: 150%;
 }

#header {
  position: absolute;
  top: 20px;
  left: 90px;
  color: #e2eee0;
  font-size: 24pt;
}

#subheader{
  position: absolute;
  top: 60px;
  left: 110px;
  color: #e2eee0;
  font-size: 16pt;
}

#menu{
  position: absolute;
  top: 120px;
  left: 5px;
  color: #497543;
  font-size: 18px;
  line-height: 50px;
  width: 200px;
  border: 1px solid silver;
  float: left;
}

h4{
  padding: 0 0 0 10px;
  color: #f3f8f2;
  font-size: 18;
  line-height:6px
}

