body
 {
  color            : Black;
  background-color : #E0FFE0;
  margin           : 0 auto;
 }

div
 {
  border  : 3px;
  padding : 7px;
 }

h1,h2,h3,h4,h5,h6
 {
  margin : 0;
 }

#header
 {
  text-align : center;
 }

#navigation table
 {
  margin-left : auto;
  margin-right : auto;
 }

#navigation td
 {
  text-align : center;
  background-color : #008000;
 }

#navigation a:link
 {
  color : white;
  text-decoration : none;
 }

#navigation a:visited
 {
  color : white;
  text-decoration : none;
 }

#content
 {
  padding : 2px
 }

#content table
 {
  margin-left : auto;
  margin-right : auto;
 }

#content p
 {
  text-indent : 1em;
 }

.itemheader
 {
  color            : white;
  background-color : #008000;
  font-size        : small;
  font-weight      : bold;
  text-align       : left;
 }

#footer
 {
  font-size  : small;
  text-align : center;
  clear      : both;
 }

