body {
  background-color: #222222;
  color: #999999;
  font-family: Verdana, Geneva, Arial, Helvetica, san-serif; 
  font-size: 11px;
  font-weight: normal; 
  line-height: normal;
}

img {
  border: 1px solid #444444;
}

img.banner{
  border: 0;
}

a:link { color: #666666; text-decoration: none }
a:visited { color:#666666; text-decoration: none }
a:active { color: #999999; text-decoration: none }
a:hover { color: #FFFFFF; text-decoration: none }

div.applet{
  padding: 20px;
  text-align: center;
}

div.footer{
  text-align: right;
  padding-top: 2px;
  padding-bottom: 20px;
  width: 680px;
  border-top: 1px solid #555555;
  margin-left: auto;
  margin-right: auto;
}

div.header{
  text-align: left;
  font-weight: bold;
  padding-bottom: 2px;
  padding-top: 20px;
  width: 680px;
  border-bottom: 1px solid #555555;
  margin-left: auto;
  margin-right: auto;
}

table{
  margin-left: auto;
  margin-right: auto;
}

td{
  text-align: center;
  padding: 20px;
}

