a:link{ text-decoration: none;
        color: #3131EE;
}

a:active{text-decoration: none;
         color: navy;
         font-weight: bold;
}

a:visited{text-decoration: none;
          color: gray;
}

a:hover{text-decoration: none; 
        color: teal;
}

.4b{font-size : 12px;
    font-family : Comic Sans MS;
    color : white;
}