<!--
body {
  font-family: arial;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.header {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
}

.footer {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;

  padding-right: 5px;
  padding-bottom: 5px;
}

.contentBox {
  background-color: #FFFFFF;
  margin: 5px;

  padding: 5px;
  font-size: 12px;
  
}
.bottomMenu {
  color: #FFFFFF;

  font-weight: bold;
  font-family: arial;
  font-size: 12px;
  padding: 5px;
}

.bottomMenu a {
  color: #FFFFFF;
  font-weight: normal;
  font-family: arial;
  font-size: 12px;
  text-decoration: none;
}

.bodyLinks {
	color: #003300;
}

.bodyLinksTwo {
      font-family: arial;
	color: #00FF00;
      font-size: 18px;
}
-->
