.standard {
    font-size: 300%;
    color: #4c4c4c;
    background-color: #c0e0e0;
}

a:link {
    color: #4c4c4c;
    background-color: #c0e0e0;
}

a:visited {
    color: #4c4c4c;
    background-color: #c0e0e0;
}

a:active {
    color: #4c4c4c;
    background-color: #c0e0e0;
    text-decoration: underline;
}

a:hover {
    color: #c0e0e0;
    background-color: #4c4c4c;
}

.headline {
    color: #006b6b;
}

.footer {
    text-align: center;
    font-size: smaller;
}
