@import url("common.css");

#courthouse {
    border: solid black thin;
}

#content h2, #content h3 {
    text-align: center;
}
#content h3 {
    background-color: black;
    color: white;
    padding: 0.25em;
}

