h1 {
    font-size: 1.5em;
    color: gray;
}

ul#links {
    padding: 0;
    list-style-type: none;
    margin-left:0.1em;
}

ul#links li {
    padding: 0.5em;
    background-color: #f2f2f2;
    border: 0.05em solid #ccc;
    border-bottom-width: 0.1em;
    border-top-width: 0.1em;
    margin-bottom: 1em;
    -moz-border-radius: 0.5em;
}

h2 {
    color: #99c;
    width: 100%;
    font-size: 0.9em;
    border-bottom: 0.1em solid #99c;
}

h2.title a {
    width: 100%;
    color: #99c;
    text-decoration: none;
}

span.address {
    float: right;
    font-size: 0.8em;
    margin-bottom: 0.7em;
    color: #99c;
}

span.address a {
    text-decoration: none;
    color: #99c;
}

span.address a:hover {
    text-decoration: underline;
}

span.notes {
    font-size: 0.7em;
    font-style: italic;
    width: 60%;
}

