
body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    font-size: 16px;
}

a {
    color: #CC0000;
    text-decoration: none;
}

a:hover {
    color: #CC0000;
    text-decoration: underline;
}

.school-header {
    padding: 20px 0px 5px 0px;
}

.school-header #logo {
    padding-bottom: 20px;
}

.school-header #info {
    color: #615445;
    font-size: 140%;
}

.school-section {
    border-top: 1px solid #EEEEEE;
}

.school-section h1 {
    text-transform: uppercase;
    color: #CC0000;
    font-size: 160%;
    font-weight: 500;
    letter-spacing: 2px;
}

.school-section h2 {
    text-transform: capitalize;
    color: #CC0000;
    font-size: 120%;
    font-weight: 400;
}

.school-section .keyvalue td, .keyvalue th {
    border: none;
}

.school-section .keyvalue td:not(:first-child) {
    width: 99%
}

.school-section .keyvalue td:first-child {
    font-weight: bold;
    color: #615445;
    white-space: nowrap;
}

.school-footer {
    border-top: 1px solid #EEEEEE;
    padding: 10px 0px 30px 0px;
}
