body{
    font-family: Arial;
    font-size: 10pt;
    line-height: 150%;
}

a{
    color: #0066AA;
    text-decoration: none;
}
a:hover{
    color: #000099;
    text-decoration: underline;
}

.pageContent{
    margin: 20px;
}

h1{
    font-size: 18pt;
    font-weight: bold;
}

h2{
    font-size: 12pt;
    font-weight: bold;
}
