/**
 * @file sass/custom/newsCustom.css
 *
 * All News custom styles go here, embedded via CustomHTML into the iframe.
 */


body {
    font-family: "Open Sans", sans-serif;
}
a {
    color: #0550c8;
}
a:hover {
    background-color: #d8d8d8;
}