body {
    margin-left: 5em;
    margin-right: 5em;
}

a, a:hover, a:visited {
    color: #1262CE;
}

.clearfix {
    clear: both;
}

h1 {
    font-size: 18pt;
    font-family: sans-serif;
    font-weight: bold;
    width: 65%;
    height: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    float: left;
}

header ul {
    list-style: none;
    font-size: 16pt;
    padding: 0;
    margin: 0;
    width: 35%;
    float: left;
    height: 3em;
}

header ul li {
    display: inline-block;
    font-size: 9pt;
    float: right;
    padding: 0.5em;
}

article {
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 1em;
    font-size: 12pt;
}

article section {
    margin-bottom: 2em;
}

article section h2 {
    font-size: 16pt;
    margin-top: 0;
    margin-bottom: 1em;
    padding-bottom: 0.2em;
    border-bottom: solid 1px #ccc;
}

article section p {
    text-indent: 1em;
}

article section dl {
    margin-left: 2em;
}

article section dl dt {
    font-weight: bold;
}

article section iframe.calendar {
    margin-left: 5em;
}

article section iframe.form {
    width: 100%;
}

del, del a, del a:hover, del a:visited {
    color: #999;
}

p.alert {
    color: red;
}
