a:link, a:visited{
    background-color: red;
    color: white;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
  
a:hover , a:active {
    background-color: rgb(255, 166, 0);
}