A{
  font-size : 12px;
  font-family : Arial;

  padding-top : 5px;
  padding-left : 8px;
  padding-bottom : 3px;
  height : 12px;
  padding-right : 8px;
}

A:hover{
  text-decoration : blink;
  font-size : 12px;
  font-family : Arial;
  border-style : none none none none;
  font-weight : bold;
  background-color : #89bc45;
  color : yellow;
}

A:visited{
  font-size : 12px;
  font-family : Arial;
  padding-top : 5px;
  padding-left : 8px;
  padding-bottom : 3px;
  height : 12px;
  padding-right : 8px;
}

.LinkClass{
  color : #fcfecb;
  width : 150px;
  font-weight : bold;
}

.LinkStdClass{
  color : #400040;
}

A:active{
  color : yellow;
  text-decoration : underline;
}

.NoLinkClass{
  color : #42502e;
}
