#content {
    width: 680px;
    margin: 0 auto;
    padding: 1em;
    background-color: white;
    border: 1px solid #003366;
}
body {
    font-size: 13pt;
    background-color: #003399;
}
h1 {
    font-style: italic;
    text-align: center;
    font-size: 21pt;
}
h2 {
    font-weight: normal;
    text-align: center;
    font-size: 21pt;
}
h3 {
    text-align: center;
    font-weight: normal;
    font-size: 14pt;
}
h4 {
    text-align: center;
}
h5 {
    font-size: 12pt;
    clear: both;
}
table {
    width: 100%;
    border-collapse: collapse;
}
table.with-borders th, table.with-borders td {
    border: 1px solid black;
    text-align: left;
}
blockquote {
    font-style: italic;
}
form {
    margin: 0;
}
img {
    float: left;
    margin: 0 10px 5px 0;
    border: 1px solid #ccc;
}
img.icon {
    float:none;
    border: none;
    margin: 0 0 0 10px;
}
a {
    color: #0033cc;
}
a:hover {
    background-color: #e5eeff;
}
a:visited {
    color: #0033cc;
}
.blue {
    color: #000080;
}
.red {
    color: #ff0000;
}
.strike {
    text-decoration: line-through;
}
.breaker {
    clear: both;
}
.center {
    text-align: center;
}
.center img {
    float: none;
    border: none;
    margin: 0;
}
