body a.whiteUnderlinedLink{
    color: #fff !important;
    text-decoration: underline !important;
}
body a.whiteUnderlinedLink:hover{
    color: #fff !important;
    text-decoration: none !important;
}
