﻿
body {
    font-family: Georgia;
    margin:auto;
}

#logo {
    float: right;
    padding-right: 60px;
    padding-top: 20px;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}


hr {
    width: 98%;
    border: 2px solid gray;
}

#logo {
    float: right;
    padding-right: 60px;
    padding-top: 20px;
}

header {
     margin-left: 25px;
}

section {
    margin-left: 75px;
}

section p {
    padding-left: 50px;
    margin-top: 5px;
}

section ul {
    padding-left: 100px;
    margin-top: 5px;
}

.instructor {
    text-indent: 50px;
}

.instructor th {
    text-align: left;
}

.hours {
    text-indent: 50px;
}

.hours td:first-child {
    font-weight: bold;
}

.hours th {
    text-align: left;
}

.course {
    text-indent: 50px;
}

.course th {
    text-align: left;
}

.grades {
    text-indent: 50px;
}

aside {
    margin-left: 75px;
}

aside p {
    padding-left: 50px;
    margin-top: 5px;
}

#assessment {
    margin-left: 50px;
    background-color: lightgray;
    width: 600px;
}

#assessment th {
    text-align: center;
}

#assessment th:first-child {
    text-align: left;
}

#assessment td {
    text-align: center;
}

#assessment td:first-child {
    text-align: left;
}

aside ul {
    padding-left: 100px;
    margin-top: -10px;
}
