<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">nav {
    overflow: hidden;
    margin: 0;
}

nav img, nav a, nav div {
     float: left;
     display: block;
     line-height: 60px; /* Same as the image on the navigation bar */
 }

nav p {
    line-height: normal;
    padding: 2px 16px;
    margin: 0;
    text-align: center;
}

nav span.course_number {
    font-size: 100%;
    font-weight: bold;
}

nav span.course_title {
    font-size: 120%;
    font-weight: bold;
}

nav span.course_term {
    font-size: 90%;
}

nav a {
    color: #f2f2f2;
    text-align: center;
    padding: 0 16px;
    text-decoration: none;
}

nav a:hover {
    text-decoration: underline;
}</pre></body></html>