<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Open Sans', verdana, serif;
    font-size: 14px;
    background-image: url('../../Images/Ada-Lovelace.jpg');
}

.course_header {
    width: 100%;
    text-align: center;
}

.course_header_left_image {
    height: 160px;
    float: right;
    margin-right: 100px;
    padding: 10px;
    background-color: lightgreen;
}

.course_header_right_image {
    height: 160px;
    float: right;
    margin-right: 100px;
    padding: 10px;
    background-color: lightgreen;
}

.course {
    text-align: center;
    width: 900px;
    background-color: lightgreen;
}

.course_number {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
}

.course_title {
    font-size: 28pt;
    font-weight: bolder;
    text-align: center;
}

.course_subtitle {
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
}

.course_term {
    font-size: 14pt;
    text-align: center;
    padding: 15px;
}

.course_schedule {
    float:left;
    width:80%;
    border: 3px solid black;
    padding: 2px;
    background-color: lightyellow;
}

.home_page_caption {
    font-size: 32px;
    font-weight: bold;
    background-color: aqua;
    text-align: center;
}

.course_resources {
    float: right;
    width: 18%;
    border: 3px solid black;
    background-color: lightyellow;
    font-size: 14px;
    margin: 5px;
}

.course_resources ul {
    padding-left: 30px;
}

.course_resources li {
    padding-bottom: 10px;
}
.course_resources a {
    font-size: 18px;
}

.page_topic {
    font-size: 48pt;
    font-weight: bolder;
    background-color: palevioletred;
    width: 400px;
    height: 140px;
    text-align: center;
    float: left;
    margin-left: 20px;
    padding-top: 30px;
}

section.syllabus_items {
}

nav {
    clear: both;
    background-color: white;
    text-align: center;
    padding: 20px;
}</pre></body></html>