.Lnk a{
    text-decoration:none;
}
.Lnk a:hover{
    text-decoration:underline;
}
.Lnk2 a:hover{
    text-decoration:none;
}
