

A:VISITED{
  color : blue;
  text-decoration : none;
}
A:HOVER{
  color : red;
  text-decoration : underline;
}
A{
  text-decoration : none;
  color : blue;
}

A:LINK{
  color : blue;
  text-decoration : none;
}

TD{
  margin-top : 3pt;
  margin-left : 3pt;
  margin-right : 3pt;
  margin-bottom : 3pt;
  left : auto;
}

#menu_t{
  font-size : 11pt;
  font-weight : bold;
  text-decoration : none;
  text-align:center;
}

#menu_a{
  margin-top : -2px;
  cellpadding : 0px;
  cellspacing : 0px;
  width : 251px;
}

.menu{
  font-size : 9pt;
  text-align:center;

}