/* CSS Document */
body {
    max-width: 720px;
    margin: auto;
}

.topNav {
    background-color: #1460B0;
    color: white;
    font-weight: bold;
    height: 32pt;
    font-size: 20pt;
}

.topNav a {
    color: yellow;
}
