﻿.L1 {
    color: #0066FF;
    text-decoration: underline;
}

    .L1:hover {
        text-decoration: none;
        background: url(../../assets/img/animated_gifs/line.gif) repeat-x bottom left;
    }
