body{
    background-color: #ffffff;
    color:#000000;
}

a{
    color:#4d6cb0;
    text-decoration: underline;
}
a:hover{
    color:#1229ad;
    text-decoration: underline dashed; 
}
a:visited{
    color:#5532b5;
    text-decoration: none;
}

/*** This section is overwriting things from the barebones.css file ***/
.bb-CardLink{
}
.bb-CardLink:hover{
    background-color:#db8ac2
}
.bb-CardLink:visited{
    text-decoration: none;
    color:inherit;
}