﻿body
{
  color: White;
  font-family: Sans-Serif, Verdana, Arial;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
}

h1
{
  font-size: 22px;
  line-height: 28px;
}
h2
{
  font-size: 20px;
  line-height: 26px;
}
h3
{
  font-size: 18px;
  line-height: 24px;
}
h4
{
  font-size: 16px;
  line-height: 20px;
}
h5
{
  font-size: 14px;
  line-height: 18px;
}
a:active
{
  color: White;
  font-weight: bold;
}
a:hover
{
  color: White;
  font-weight: bold;
}

a:link
{
  color: White;
  font-weight: bold;
}

a:visited
{
  color: White;
  font-weight: bold;
}

th
{
  font-weight: bold;
  text-decoration: underline;
  text-align: left;
}

#bottommenu
{
  margin-top: 30px;
  clear: both;
  text-align: center;
}

#errorlist
{
  color: Red;
}

