 

@import url(../../style/style.css);
A:HOVER{
  background-color : aqua;
}
A{
  color : blue;
  text-decoration : none;
}
A:ACTIVE{
  font-weight : bold;
  color : red;
}