body {
    font-family: serif;
    color: #575757;
    text-align:center;
}

.link {
    text-align: center;
    font-size:18pt;
}
a {
    color: #575757;
}
.blueBackground {
    background-color: eef4f5;
}

.divider {
    width:6%;
    margin-left:47%;
    color: white;
}

.section {
    padding-top:15px;
    padding-bottom:20px;
}

h1 {
    margin-bottom:0;
}

.class {
    padding:20px;
}

.bottom {
    background-color: #d1dcde;
}

.classes {
    text-align: left;
}

.topLinks {
    background-color: #d1dcde;
    width: 100%;

}