﻿@charset "utf-8";

body {
  margin: 0px;
  padding: 0px;
  background-color: #ebffee;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14pt;
}

body,td,th {
	font-size: 14pt;
}
h1 {
	color: #006400;
	}

ul li {
	color:  #2f2f2f;
}


a {
  font-size: 12pt;
  text-decoration: none;
  color: #006400;
}


#footer {
  background: #afd58a;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  left: 0px;
  width: 100%;
}

.copyright {
  font-size: 0.8em;
  font-weight: bold;
  position: absolute;
  right: 5px;
}