



a:link{
   color:blue
   
}
a:visited{
    color:yellow;
}
a:active{
background-color:white;
}

a:hover{
teXt-transform:uppercase;
    font-weight:italics;
    color:blue;
    background-color:yelllow
   
}
