a {
    color: #0080BC;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    margin-bottom: 6px;
}

strong {
    font-weight: bold;
}

address {
    font-style: italic;
}

table.schedule {
    font-size: 12px;
    margin: 10px 0;
}

table.schedule td {
    padding: 4px;
}

div.content {
    color: #444;
    font-size: 14px;
    line-height: 26px;
}

div#sidebar {
    font-size: 16px;
    line-height: 18px;
}

h1 {
    color: #0080BC;
    font-size: 32px;
    margin-bottom: 40px;
    line-height: 40px;
    font-weight: normal !important;
}

h2 {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    margin-bottom: 8px;
    margin-top: 20px;
    line-height: 24px;
}

.content ul, .content ol {
    padding-left: 30px;
    margin-bottom: 10px;
}

.content ul li {
    list-style-type: square;
    padding: 4px 0;
}

.content ol li {
    list-style-type: decimal;
    padding: 4px 0;
}

.content ul li > ul li {
    list-style-type: circle;
}
