BODY, P, TABLE, TR, TD,  LI {
    background-color : Black;
    color : Aqua;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
}
A, A:LINK {
    color : Fuchsia;
    font-size : 10pt;
    font-weight : bold;
}
A:HOVER {
    color : Lime;
}
A:VISITED {
    color : Aqua;
    font-size : 10pt;
    font-weight : bold;
}
PRE {
	font-family : "Courier New", Courier, monospace;
	font-size : 9pt;
}
BIG {
    font-size : 12pt;
}
STRONG {
    font-weight : bold;
}
H1 {
    color : Aqua;
    font-family : "Times New Roman", Times, serif;
    font-size : 24pt;
    text-align : center;
}
H2 {
    color : Aqua;
    font-family : "Times New Roman", Times, serif;
    font-size : 18pt;
    text-align : center;
}
H3 {
    color : Aqua;
    font-family : "Times New Roman", Times, serif;
    font-size : 14pt;
    text-align : center;
}
TH {
    background-color : Silver;
    color : Navy;
    font-family : "Times New Roman", Times, serif;
    font-size : 12pt;
    font-weight : bold;
    text-align : center;
}
.important {
    color : Red;
    font-family : "Times New Roman", Times, serif;
    font-size : 12pt;
    text-decoration : blink;
    font-weight : bold;
}
.dare {
	color : Red;
	font-size : 12pt;
	font-weight : bold;
}
.dont {
    color : Fuchsia;
    font-weight : bold;
    text-decoration : underline;
}
.pic {
    text-align : center;
}
.indent {
    text-indent : 12pt;
}
.tab {
    text-indent : 96pt;
}
.nav {
    color : #66CC66;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : bold;
    text-align : center;
}
.spam {
    color : black;
    text-decoration : none;
}
SMALL {
	font-size : 8pt;
}

