@charset "utf-8";
/* Restore pre-new-design legacy values that got lost when the legacy design
   started sharing style.css / bootstrap.min.css with the new design.
   Loaded on every legacy page after the shared stylesheets. */

a, a:hover, a:focus {
    color: #ae211e;
    font-weight: 600;
}

b, strong {
    font-weight: bold;
}

#menu .inner a:hover {
    text-decoration: none;
}
