#contents
{
  font-family:verdana;
  font-size:13px;
  color:#99ccff;
  margin-top:10px;
  margin-left:10px;
  margin-right:6px;
  padding-right:10px;
  height:308px;
  overflow:auto;
}

a
  {
    font-weight:bold;
    color:#66ccff;
    text-decoration:none;
  }

a:visited
  {
    font-weight:bold;
    color:#3399ff;
    text-decoration:none;
  }

a:hover
  {
    font-weight:bold;
    color:#3399ff;
    text-decoration:underline;
  }

hr
{
  width: 100%;
  height: 1px;
  color: #3399ff;
  background-color: #3399ff;
  border: 0px;
}

#pheader
  {
    width:600px;
    height:35px;
    margin-bottom:-1px;
    margin-left:auto;
    margin-right:auto;
    border:1px solid #ffffff;
    overflow:hidden;
    background:#0e2e4b;
  }

#pcontents
  {
    width:580px;
    margin-bottom:-1px;
    margin-left:auto;
    margin-right:auto;
    border:1px solid #ffffff;
    overflow:hidden;
    background:#0e2e4b;
    font-family:verdana;
    font-size:13px;
    padding:10px;
    color:#99ccff;
  }
