 
A{
  color : #5353ff;
  text-decoration : none;
}
A:LINK{
  color : #5353ff;
  text-decoration : none;
}
A:HOVER{

  text-decoration : underline;
  background-color : #A6F84E;
}
A:ACTIVE{
  color : red;
  text-decoration : underline;
}
A:VISITED{
  color : #9a35ff;
  text-decoration : none;
}

a.whiteblack , a.b , a#b , div#b a {
  color : white;
  text-decoration : underline;
}
a:hover.whiteblack , a:hover.b , A:hover#b , div#b a:hover {
  background-color : #b40022;
  text-decoration : underline;
}
a:visited.whiteblack , a:visited.b , A:visited#b , div#b a:visited {
  color : white;
  text-decoration : underline;
}
a.whitered , a.r , a#r , div#r a {
  color : white;
  text-decoration : underline;
}
a:hover.whitered  , a:hover.r , a:hover#r , div#r a:hover {
  background-color : black;
  text-decoration : underline;
}
a:visited.whitered  , a:visited.r , a:visited#r , div#r a:visited {
  color : white;
  text-decoration : underline;
}

