html, body, table {height:100%;}

body
{
    font-family: Comic Sans MS;
    font-size: 14px;
    font-weight: normal;
    color: #0026cf;
    background: #ffffff;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align: center;
}

a
{
  color: #fc3804;
  background: transparent;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
}

a:link
{
  color: #fc3804;
  background: transparent;
}

a:visited
{
  color: #fc3804;
  background: transparent;
}

a:active
{
  color: #fc3804;
  background: transparent;
}

a:hover
{
  color: #ff0000;
  background: transparent;
  font-weight: bold;
}