BODY {
    color : Black;
    background-color : White;
    font-family : "Times New Roman", Times, serif;
    font-size : 10pt;
}
A, A:LINK {
    color : Red;
    text-decoration : none;
}
A:ACTIVE {
    color : Purple;
    text-decoration : none;
}
A:VISITED {
    color : Black;
    text-decoration : none;
}
P {
    text-indent : 12pt;
    margin-left : 1pc;
}
EM {
    font-style : italic;
}
H1 {
    text-align : center;
    font-weight : bold;
    font-size : 18pt;
}
H3 {
    font-weight : bold;
    font-size : 12pt;
    margin-left : 0pc;
    font-style : italic;
}
.cen {
    text-align : center;
}
.nav {
    background-color : Silver;
    font-weight : bolder;
    text-align : center;
}
.img {
    margin-left : 0pc;
    text-align : center;
}
.byline {
    font-style : italic;
    text-align : center;
}

