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


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