body {
    font: 12px serif;
    color: #333311;
    background-color: #999966;
    margin: 20px;
    }

a {
    font-weight: bold;
    text-decoration: none;
    color: #113345;
    }

a:hover {
    color: #335577;
    }

.title {
    text-align: center;
    font: bold 200% serif;
    }

.subtitle {
    text-align: center;
    font: bold 150% serif;
    }
