address
{
  background-color: transparent;
  color: #006600;
  font-size: 65%;
}

body
{
  background-color: #ffffff;
  color: #000000;
  font-family: sans-serif;
}

h1,h2,h3,h4,h5,h6
{
  background-color: transparent;
  color: #006600;
}

h1,h2
{
  text-align: center;
}

hr
{
  background-color: transparent;
  border-color: #006600;
  border-style: solid;
  border-width: 1px;
  clear: both;
}

.contrast
{
  background-color: transparent;
  color: #006600;
  font-weight: bold;
}

.floatleft
{
  float: left;
  padding: 1px 1em 1px 0;
}

.floatright
{
  float: right;
  padding: 1px 0 1px 1em;
}

table.form
{
  background-color: transparent;
  border-collapse: collapse;
  border-color: #006600;
  border-style: solid;
  border-width: 1px;
  width: 100%;
}

table.form td,th
{
  border-color: #006600;
  border-style: solid;
  border-width: 1px;
}

table.menu
{
  background-color: #006600;
  border-collapse: collapse;
  color: #ffffff;
  font-size: 85%;
  font-weight: bold;
  width: 100%;
}

table.menu a:link
{
  background-color: transparent;
  color: #99ccff;
  text-decoration: none;
}

table.menu a:visited
{
  background-color: transparent;
  color: #ff99ff;
  text-decoration: none;
}

table.menu a:hover
{
  background-color: #ffffff;
  color: #006600;
  text-decoration: none;
}

td,th
{
  padding: 2px 5px;
}

th
{
  background: #ccffcc;
  color: #006600;
}

tr
{
  vertical-align: top;
}

.weathersticker
{
  float: right;
  margin: 1px 0 1px 1em;
}

