body
{
  font-family: Verdana, Tahoma, Arial, Helvetica;
  color: #000;
  margin-top:0px;
}

body, body div, body p, body th, body td, body li, body dd
{
  font-size: 12px;
}

body textarea
{
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 12px;
}

a
{
  color: blue;
}

a.header
{
    color: black;
    text-decoration: none;
    font-weight: none;
}

a:hover.header
{
    color: blue;
    text-decoration: underline;
    font-weight: none;
}

a.menu
{
    color: #3399CC;
    text-decoration: none;
}

a:hover.menu
{
    color: #FF0000;
    text-decoration: underline;
}
a.pagelink
{
    color: #0000FF;
    text-decoration: underline;
}

a:hover.pagelink
{
    color: #FF0000;
    text-decoration: none;
}
input
{
    border: 1px solid #000;
}
