header {
    width: 900px;
    height: 240px;
    margin: 0 auto;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
}

.maincontent {
    border: 2px solid #000000;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
    width: 856px;
    min-height: 300px;
    margin: 0 auto;
    padding: 20px;
    background: #ffffff;   
}

footer {
    margin-top: 20px;
    font-size: 8pt;
    text-align: center;
}

.maplink {
    font-size: 12pt;
    border-bottom: 1px dotted #c0c0c0;
    margin-bottom: 20px;
}

.biglink {
    font-size: 16pt;
    font-weight: bold;
}

.codelink {
    font-size: 14pt;
    text-decoration: none;
    font-family: monospace;
}

.maplink a {
    color: #0000ff;
}

.maplink a:hover {
    color: #ff0000;
}