body {
    background-color: white;
    color: black;
}

a:link {
    color: #301c51;
}

a:visited {
    color: #6a0025;
}

a:active[href] {
    color: #6a0025;
}

a:hover[href] {
    color: red;
}

.header {
    background-color: #c4d0ff;
    background-image: url("images/atcat-100t.png");
    background-repeat: no-repeat;
    height: 100px;
    background-position: 5px center;
    color: white;
    padding: 5px;
    padding-left: 110px;
}

.header h1 {
    font-weight: bold;
    color: #fff;
    font-size: 24px;
}

.footer {
    font-style: italic;
    text-align: center;
}

.footer .updated {
    font-style: normal;
    font-size: 81%;
    text-align: left;
}
