 

A:LINK{
  color : white;
  text-decoration : underline;
}
A:HOVER{
  color : white;
  text-decoration : underline;
  border-top-style : ridge;
  border-left-style : ridge;
  border-right-style : ridge;
  border-bottom-style : ridge;
  border-width : 1px 1px 1px 1px;
}
A:VISITED{
  color : white;
  text-decoration : underline;
}
A:ACTIVE{
  color : white;
  text-decoration : underline;
}
