A{
  font-weight : bold;
  color : navy;
  text-decoration : none;
  font-size : 8pt;
}
A:LINK{
  text-decoration : none;
  font-size : 8pt;
}
A:VISITED{
  text-decoration : none;
  font-size : 8pt;
}
A:HOVER{
  text-decoration : none;
  font-size : 8pt;
  color : navy;
  background-color : yellow;
}
A:ACTIVE{
  text-decoration : none;
  font-size : 8pt;
}
IMG{
  text-decoration : none;
}
LI{
  font-size : 8pt;
  margin-left : auto;
  list-style-type : decimal;
  list-style-position : outside;
  left : 0px;
}
