BODY {

    background-color : Blue;

}
A:LINK {
    font-family : Arial, Helvetica, sans-serif;
    color : Lime;
    font-weight : bold;
    font-size : 10pt;
    text-decoration : none;
}
A:VISITED {
    font-family : Arial, Helvetica, sans-serif;
    color : Red;
    font-size : 10pt;
    text-decoration : none;
    font-weight : bold;
}
H1 {
    font-family : Arial, Helvetica, sans-serif;
    color : Red;
    font-size : 18pt;
    text-align : center;
}
P {
    color : Red;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
}
.indent {
    text-indent : 12pt;
}
.cen {
    text-align : center;
}
.dont {
    color : Lime;
    font-weight : bold;
    font-family : Arial, Helvetica, sans-serif;
}

