a {
    text-decoration: none;
}
a:link {
    color: #333399;
    font-weight: bold;
}
a:visited {
    color: #333399;
    font-weight: bold;
}

body {
    background-color: #eeeeee;
    color: #111177;
    font-size: 11pt;
    margin-left: 50px;
    margin-right: 50px;
}
h1 {
    font-family: courier new,courier,monospace;
    font-size: 30pt;
    margin-bottom: 0;
}
h2 {
    font-family: courier new,courier,monospace;
    font-size: 14pt;
    margin-bottom: 0;
}
h3 {
    font-family: courier new,courier,monospace;
    font-size: 12.5pt;
    margin-bottom: 0;
}
.liheading {
    color: #6666ff;
    font-style: italic;
}
.highlighted {
    background-color: #cccccc;
}
