  
.L01{
    color : blue;
    text-decoration : none;
}
.L01:LINK{
    color : blue;
    text-decoration : none;
}
.L01:VISITED{
    color : purple;
    text-decoration : none;
}
.L01:HOVER{
    
    background-color : silver;
    text-decoration : underline;
}

