.dev-header {
    background-color: #ff1493;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 3px;
    text-transform: uppercase;
}

.container {
    max-width: 954px;
}

.page-header {
    background-color: #0066cc;
}

.page-content a {
    color: #639e16;
    text-decoration: none;
}

.page-content a:hover {
    text-decoration: underline;
}

.page-footer {
    background-color: #444444;
    color: #bbbbbb;
}

.page-footer a {
    color: #777777;
}

.page-footer a:hover {
    color: #639e16;
}
