body {
    background: white;
    font-family: sans-serif;
    font-size: 14px;
    color: black;
    padding: 20px;
}

h4 {
    font-size: 24px;
    border-bottom: 1px solid gray;
}

h3 {
    background-image: url(./AL_community_300.png);
    background-size: 160px;
    background-repeat: no-repeat;
    background-position: left-center;
    padding-left: 180px;
    height: 52px;
    line-height: 52px;
}

h5 {
    font-size: 18px;
    font-family: sans-serif;
}

#description pre {
    margin: 20px;
    padding: 10px;
    border: 1px dashed darkgray;
    background: lightgray;
    font-family: monospace;
    font-size: 90%;
}

footer {
    font-style: italic;
    color: gray;
    text-align: right;
}
