BODY, TD, P, LI, BLOCKQUOTE {
font-family: arial,helvetica,sans-serif;
font-size: 16px;
color: #000000;
}

H1 {
font-size: 18px;
font-family: arial,helvetica,sans-serif;
font-weight: bold;
color: black;
}

H2 {
font-size: 24px;
font-weight: bold;
text-align: center;
color: black;
}

H3 {
font-size: 16px;
font-family: arial,helvetica,sans-serif;
# font-style: italic;
font-weight: bold;
color: black;
}

H4 {
font-size: 12px;
font-family: arial,helvetica,sans-serif;
font-weight: bold;
color: black;
}

H5 {
font-size: 12px;
font-family: arial,helvetica,sans-serif;
color: black;
}

em {
font-family: arial,helvetica,sans-serif;
color: black;
font-style: italic;
font-weight: bold;
text-decoration: line-through;
}

redtext {
font-size: 16px;
font-family: arial,helvetica,sans-serif;
font-weight: bold;
color: red;
}

A:link {
color: black;
}

A:active {
text-decoration: underline;
}

A:visited {
color: black;
font-style: italic;
text-decoration: none;
}

A:hover {
text-decoration: underline;
color: blue;
font-style: italic;
font-weight: bold;
}

