body { 
  background-color: #404040;  
}

TABLE.main_table{
  background-color: #404040;
  width: 800px;
  height: 500px;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
}

TD.link_cell{
  height: 35px;
  background-color: #cfcfcf;
}

TD.main_cell{
  height: 320px;
}

TD.name_cell{
  height: 35px;
  background-color: #ffdad5;
  text-align: right;
}

TD.blank_cell{
  height: 50px;
}

TD.link_space{
  width: 30px;
}

SPAN.span_nav_element{
  font-family: helvetica;
  color: #ffffff;
  font-size: 12;
  font-weight: bold;
}

A{
  font-family: helvetica;
  color: #ffdad5;
  font-size: 12;
  font-weight: bold;
  text-decoration: none;
}

A:hover{
  font-family: helvetica;
  color: #ffdad5;
  font-size: 12;
  font-weight: bold;
  text-decoration: underline;
}

SPAN.main{
  font-family: helvetica;
  color: #ffffff;
  font-size: 12;
}

SPAN.pobox{
  font-size: 16;
  font-family: sans-serif;
}

SPAN.title{
  font-family: helvetica;
  color: #ffffff;
  font-size: 15;
  font-weight: bold;
  text-decoration: underline;
}

SPAN.name_span{
  font-family: helvetica;
  color: #000000;
  font-size: 24;
  font-weight: bold;
}

SPAN.span_header{
  font-family: helvetica;
  color: #ffffff;
  font-size: 15;
  font-weight: bold;
}

SPAN.span_hi{
  font-family: helvetica;
  color: #ff0000;
  font-size: 12;
  font-weight: bold;
}