/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

/* blue hard : #0C346A */
/* blue light : #0D4187 */
/* blue very light : #1D5CB1 */

a:hover, a:focus {
    color: #0C346A;
    text-decoration: underline;
}

a {
    color: #0D4187;
    text-decoration: none;
}