
/*  a:hover,a:focus,a:active,a:visited */
a {
color:#FB271C;
}
a:hover
{
  background-color: #f8fb3c; 
}

