
BODY, H1, H2, H3, H4, H5, H6, P, TD, TH, DIV, BLOCKQUOTE, DL,UL, OL {
font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
color: black;
}

BODY {
background-color: #ffffff;
background-image: url(graphics/background.gif);
}

H1 {
font-size: 48px;
font-weight: bold;
text-align: center;
text-transform: capitalize;
}

H2 {
font-size: 32px;
font-weight: bold;
text-align: center;
text-transform: capitalize;

}

H3 {
font-size: 24px;
font-weight: bold;
text-align: center;
text-transform: capitalize;
color: maroon;

}

H4 {
font-size: 19px;
font-weight: bold;
text-align: center;
text-transform: capitalize;

}

H5 {
font-size: 16px;
font-weight: bold;
text-align: center;
text-transform: capitalize;

}

H6 {
font-size: 13px;
font-weight: bold;
text-align: center;
text-transform: capitalize;

}

P {
font-size: 16px;
text-align: justify;
font-weight: 600;
text-indent: 0pt;
}


P.small {
font-size: 13px;
text-align: justify;
font-weight: 600;
text-indent: 0pt;
}

P.center {
font-size: 16px;
text-align: center;
font-weight: 600;
text-indent: 0pt;
}

P.left {
font-size: 16px;
text-align: left;
font-weight: 600;
text-indent: 0pt;
}

P.ref {
font-size: 11px;
text-align: right;
font-weight: 600;
text-indent: 0pt;
font-style: italic;
}

P.centersmall {
font-size: 13px;
text-align: center;
font-weight: 600;
text-indent: 0pt;
}

P.highlight {
font-size: 16px;
text-align: center;
font-weight: 800;
text-indent: 0pt;
color: red;
}

P.gotop {
font-size: 11px;
text-align: center;
font-weight: normal;
text-indent: 0pt;
}

P.navbar {
font-size: 11px;
color: #0000ff;
text-align: center;
font-weight: normal;
text-indent: 0pt;
}

P.date {
font-size: 11px;
color: #990000;
text-align: center;
font-weight: 600;
}

P.code {
font-size: 9px;
color: #ffffff;
text-align: center;
font-weight: 500;
}

A:link { color: #0000ff; }
A:visited { color: green; }
A:hover { color: magenta; }
A:active { color: #ff0000; }

UL {
list-style-type: circle;
list-style-position: outside;
font-size: 16px;
font-weight: 600;
text-align: justify;
}

OL {
list-style-type: decimal;
list-style-position: outside;
font-size: 16px;
font-weight: 600;
text-align: justify;
}

DL {
font-size: 16px;
font-weight: 600;
text-align: justify;
}

TD {
font-size: 16px;
font-weight: normal;
text-align: justify;
}

SPAN.makebold {
font-weight: 900;
}

SPAN.makeitalic {
font-style: italic;
}

SPAN.makebolditalic {
font-style: italic;
font-weight: 900;
}


