#navigation {
    padding-bottom: 1em;
}

#navigation #navlist li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

#navigation #navlist #selected a {
    text-decoration: none;
    font-weight: bold;
    color: #fcaf3e;
}

#content {
   text-align: justify;
   width: 60em;
}

#content #cover-image {
    float: left;
    margin-right: 2em;
}

#footer {
    padding-top: 1em;
    clear: both;
}

#footer h6 {
    text-align: center;
}

#strike {
    text-decoration: line-through;
}

address span.displaynone {
    display: none;
}

