<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('normalize.css');

html, body {
    font-family: 'helvetica neue', arial, sans-serif;
    color: #333;
    font-size: 0.9em;
}
h1, h2, h3, h4 {
    font-family: georgia, serif;
}
h1 {
    margin-top: 1.4em;
    font-size: 4.2em;
}
h2 {
    margin: 20px 0 0 -1em;
    font-size: 2.4em;
}
h3 {
    margin: 0.4em 0 0 0;
    font-size: 1.6em;
}
h4 {
    margin: 0.2em 0 0 0;
    font-family: 'helvetica neue', arial, sans-serif;
    font-size: 1.0em;
    font-weight: bold;
}
p {}
ul {
    list-style-type: circle;
}
ul li {
    margin-left: 1em;
}
dl {
    margin-top: 1em;
}
dl dt {
    width: 16em;
    float: left;
}
dl dd {
    margin-left: 17em;
}
blockquote {
    font-style: italic;
    margin: 0 2em;
    text-align: justify;
}
a {
    color: orange;
}
a:hover {
    color: red;
    text-decoration: none;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* =container */
div#container {
    margin: 0 auto;
    width: 840px;
}

/* =branding */
div#branding h1 span {
    display: block;
    font-size: 0.6em;
    margin-bottom: -0.4em;
}

/* =nav-main */
div#nav-main {
    margin-top: 22px;
    position: fixed;
}
div#nav-main ul {
    list-style: none;
}
div#nav-main ul li {
    margin-left: 0;
}

/* =content */
div#content {
    margin-left: 200px;
}

/* =times-and-places */
div#grades dl dt, div#times-and-places dl dt {
    width: 16em;
}
div#grades dl dd, div#times-and-places dl dd {
    margin-left: 17em;
}

/* =schedule */
div#schedule dl {
    margin: 0;
}

/* =schedule colors */
div#schedule dl dd a {
    color: #333;
}
div#schedule dl dd.soc, div#schedule dl dd.soc a {
    color: blue;
}
div#schedule dl dd.ai, div#schedule dl dd.ai a {
    color: brown;
}
div#schedule dl dd.prog, div#schedule dl dd.prog a {
    color: hotpink;
}
div#schedule dl dd.hci, div#schedule dl dd.hci a {
    color: green;
}
div#schedule dl dd.csis, div#schedule dl dd.csis a {
    color: brown;

/* site-info */
div#site-info {
    clear: both;
    margin: 5em 0;
    text-align: center;
    font-style: italic;
}
</pre></body></html>