body
{
  background-color: white;
  color: black;
  font-family:sans-serif;
}

table.center
{
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 550px;
}

table.center img
{
  border-style: none;
}

table.center td.logo
{
  vertical-align: top;
}

table.center td.right
{
  vertical-align: middle;
  text-align: center;
}

p
{
  font-family: sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: #333333;
}

span.name
{
  font-family: 
    Copperplate, 
    "Copperplate Gothic Bold", 
    serif;
  font-weight: bold;
  font-size: 16pt;
}

#menu a
{
  font-size:10pt;
  font-weight: normal;
  text-decoration:none;
  color: #333333;
  font-weight:bold;
}

#menu A:hover
{
  color: #990033;
}

#menu table
{
  margin-top: 20px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

#menu th.heading
{
 text-align: left;
 font-family: 
    Copperplate, 
    "Copperplate Gothic Bold", 
    serif;
  font-weight: bold;
  font-size: 16pt;

  border-bottom: 1px black solid;

  color: black;
}

#menu th
{
  width: 210px;
  text-align: left;
}

#menu td
{
  vertical-align: top;
  text-align: left;
}

#about
{
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

#about p
{
  font-family: sans-serif;
  color: #999999;
  font-size: 8pt;
}

#about a
{
  color: #999999;
  text-decoration: none;
}

#about a:hover
{
  text-decoration: underline;
}
