body { color: #000000; background: #EECCEE; }
a:link { color: #0000FF; }
a:visited { color: #FF0000; }
a:active { color: $FF0000; }
h1 {
        font-weight: bold;
        font-size: 24pt;
        text-align: center;
        line-height: 30pt;
}
h2 {
        font-weight: bold;
        font-size: 18pt;
        text-align: center;
        line-height: 24pt;
}
h3 {
        margin-left: 20pt;
        font-weight: bold;
        font-size: 12pt;
        line-height: 18pt;
}
p {
        font-size: 12pt;
        line-height: 18pt;
        margin-left: 40pt;
        margin-right: 20pt;
        text-indent: 1em;
}
ul {
        font-size: 12pt;
        line-height: 15pt;
        margin-left: 40pt;
}
p.footer {
        margin-left: 10pt;
        font-size: 10pt;
        line-height: 15pt;
        text-indent: 0em;
}
strong {
        font-weight: bold;
}
