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;
}
blockquote {
    padding-left: 40px;
}
div.justify,
p.justify {
    text-align: justify;
}
div.indent,
p.indent {
    text-indent: 40px;
}
p.top { margin-bottom: 0; }
p.middle { margin-top: 0; margin-bottom: 0; }
p.bottom { margin-top: 0; }
p.h1 {
    font-size:24px;
}
p.h2 {
    font-size:20px;
}
div.sc,
p.sc {
    font-variant:small-caps;
}
div.center,
p.center {
    text-align:center;
}
p.fn {
    font-size: 14px;
}