body {
  text-align: center;
  background-color: #710000;
  }

#container {
  margin: 0 auto;
  width: 600px;
  border: 1px solid black;
  background-color: red;
  }
  
  div.centered 
    {
    text-align: center;
    }
    div.centered table 
    {
    margin: 0 auto; 
    text-align: left;
    }

h1.top
{
    font-size: 16px;
font-family: Arial;
line-height: 20px;
font-style: normal;
}

A span.linkoverride{
    color: blue;
    text-decoration: underline;
}

A:link{color:#88ffff;}
A:visited{color:##000088;}
A:active{color:#88ffff;}
A:hover{color:#00ffff;}

A:visited span.linkoverride{
    color: red;
    text-decoration: underline;
}
