body, p, td, li, h1, h2, h3, h4, h5, h6
{background-color: #3B3B3B;
color: #ffffff;
font-size: 10pt;
font-family: Verdana, Helvetica, Arial, sans-serif}

/* Because Netscape Navigator 4 does not allow inheritance into tables, and breaks inheritance after tables, rather than simply setting properties on the body and relying on inheritance, we explicitly set the properties using a selector group. */

/* This basic style sheet provides selectors for the most commonly used elements. Use it as the basis for your style sheets. */

h1, h2, h3, h4, h5, h6
{font-weight: bold}

h1
{font-size:150%}

h2
{font-size:130%}

h3
{font-size:115%}

h4
{font-size:100%}

h5
{font-size:100%}

h6
{font-size:100%}

p
{}

p.flow
{text-align: justify}

a:link
{color: red;
text-decoration: none}

a:visited
{color: #9B9EDD;
text-decoration: none}

a:hover
{background-color: #ffea00;
color: red}

a:active
{color: blue}

img
{border: none; background-color: #3B3B3B; color: #ffffff}

em
{font-weight: bold}

.post
{color: red}

.author
{color: red}

