body {
    background-color: #FFFFFF;
    margin: 5px;
}

.center-column {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.content {
    text-align: justify;
    line-height: 1.2;
    margin-left: 40px;
    margin-right: 40px;
}

.skyblue-background {
    background-color: #ebf0f2
}

.teal-background {
    background-color: #006e72;
}

.lightgrey-background {
    background-color: #dddddd;
}

.silver-outline {
    border: 5px solid #a8acad;
}

.show-inline {
    display: inline-block !important;
}

.button {
    margin-top: 5px;
    margin-right: 5px;
}

.content-head {
    margin-top: 16px;
    margin-bottom: 2px;
}

.push-right {
    margin-right: 5px;
}

.push-down {
    margin-bottom: 5px;
}

li {
    margin-bottom: 1em;
}

a:link {
    color: #007d84;
    text-decoration: none;
}

a:visited {
    color: #007d84;
    text-decoration: none;
}

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

