<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  .newsletter {
    background-image: url("/content/dam/sfu/students/academicadvising/weekly/advising-week-by-week.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 18px 50px;
    margin: 0;
    height: 184px;
    }

.newsletter h2{
    font-family: "DinWebBold", sans-serif;
    color: #A6192E;
    box-shadow:none;
    font-size:1.45em;
    text-align:center;
    margin:0em 0 1.5em;
       }

.newsletter h3{
    font-family: 'Cormorant Garamond', serif;
    font-weight:300;
    letter-spacing:0.25px;
    line-height:1em;
    color:#fff;
    box-shadow:none;
    font-size:2.15em;
    text-align:center;
    margin-top:0.5em;
}

.no-margin h4{
    margin-bottom:0;
}</pre></body></html>