
a:link  {
    color: #0b06a5;
    text-decoration: none;
    font-size: 20px;
}

a:visited {
    /*color: #9603bf!important;*/
    /*color: #389500!important;*/
    color: #276603 !important;
    text-decoration: none;
    font-weight : bold!important;
    font-size: 20px;

}
a:hover{
    /*color: #389500!important;*/
    color: #9603bf!important;
    /*background-color: #b7e09b;*/
    background-color: #eae3cc;
    /*text-decoration: underline;*/
    font-size: 20px;
}

a:active {
    color:chocolate;
    text-decoration: none;
    font-size: 20px;
}
.navbar a:focus {
    font-size: 20px;
}

