BODY {
  background-color : #fefeff;
  background-image:url("../img/staff.gif");
  color : navy;
  font-size:12px;
  text-align : left;
}

.subtitle{
  color: blue;
  font-size:12px;
  letter-spacing:1px;
  line-height: 12px;
  margin:8px 1px 1px;
  border-color:blue;
  border-style:solid;
  border-width:1px 0px 1px;
  padding-top:3px;
  text-align : center;
}

TH{
  font-size:12px;
}

P{
  text-align : left;
  font-size:12px;
  line-height: 17px;
  margin:4px 1px 1px;
  padding-top:3px;
}

A{
  font-size:12px;
  line-height: 16px;
  font-weight:bold;
}

A:VISITED{
  font-size:12px;
  line-height: 16px;
}

A:HOVER{
  font-size:12px;
  line-height: 16px;
}

A:ACTIVE{
  font-size:12px;
  line-height: 16px;
  text-decoration : none;  
}


