 

A:LINK{
  color : blue;
  text-decoration : none;
}
A:VISITED{
  color : blue;
  text-decoration : none;
}
A:HOVER{
  color : purple;
  text-decoration : underline;
}
A:ACTIVE{
  color : white;
  background-color : blue;
}
A.c2:LINK{
  color : silver;
}
A.c2:VISITED{
  color : silver;
}
A.c2:HOVER{
  color : fuchsia;
}
A.c2:ACTIVE{
  color : silver;
}
.b1{
  width : 100%;
  max-width : 800px;
}