body {
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
}
p {
    line-height: 1.2;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
sup {
    font-size: 11px;
}
p.justify {
    text-align: justify;
    text-indent: 40px;
}
p.top { margin-bottom: 0; }
p.middle { margin-top: 0; margin-bottom: 0; }
p.bottom { margin-top: 0; }
p.h1 {
    text-align:center;font-size:20px;font-variant:small-caps;
}
p.h2 {
    text-align:center;font-size:18px;font-variant:small-caps;
}