address
{
  font-size: 65%;
}

body
{
  font-family: sans-serif;
}

h1,h2
{
  text-align: center;
}

hr
{
  border-style: solid;
  border-width: 1px;
  clear: both;
}

.breakbefore
{
  page-break-after: avoid;
  page-break-before: always;
}

.contrast
{
  font-weight: bold;
}

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

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

table.form
{
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
  width: 100%;
}

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

table.menu
{
  display: none;
}

a:link,a:visited
{
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}

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

th
{
  background: #cccccc;
  color: #000000;
}

tr
{
  vertical-align: top;
}

.weathersticker
{
  display: none;
}

