﻿.myContainer a {
    text-decoration: none;
}

    .myContainer a:hover {
        text-decoration: underline;
        color: #286090;
    }
