body,td,th,div,p,pre,h1,h2,h3,h4,ul,li,blockquote,nobr,b,i { font-family: Verdana,Arial,Helvetica,Sans Serif; }
body,div,p,pre,ul,li,blockquote,nobr,b,i { font-size: 10pt; color: #000000; }

/* background color */
body  {
	background					: rgb(0,0,0);
	scrollbar-base-color		: gold;
    scrollbar-track-color		: gold;
    scrollbar-face-color		: orange;
    scrollbar-highlight-color	: beige;
    scrollbar-3d-light-color	: white;
    scrollbar-dark-shadow-color	: black;
    scrollbar-shadow-color		: dimgray;
    scrollbar-arrow-color		: dimgray
}

/* standard font */
p  {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	color			: #FFFFFF;
	width			: 100%;
	filter			: Shadow(color=#000000, direction=135);
}

/* standard font */
h1  {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 14pt;
	color			: #FFFFFF;
	width			: 100%;
	font-weight     : bold;
	filter			: Shadow(color=#000000, direction=135);
	text-align		: center;
}

/* standard font */
h2  {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12pt;
	color			: #FFFFFF;
	width			: 100%;
	font-weight     : bold;
	filter			: Shadow(color=#000000, direction=135);
	text-align		: center;
}

/* standard font */
h3  {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11pt;
	color			: #FFFFFF;
	width			: 100%;
	font-weight     : bold;
	filter			: Shadow(color=#000000, direction=135);
	text-align		: center;
}

/* standard font */
h4  {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	color			: #FFFFFF;
	width			: 100%;
	font-weight     : bold;
	filter			: Shadow(color=#000000, direction=135);
	text-align		: center;
}

/* standard font */
td  {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10pt;
	color			: #FFFFFF;
}

/* link color */
a:link  {
	text-decoration : underline;
	color : #FFFF00;
}

/* visited links color */
a:visited  {
	text-decoration : underline;
	color : #FFFF00;
}

/* active links color */
a:active  {
	text-decoration : underline;
	color : #FFFF00;
}

/* active link hover */
a:hover {
	color			: rgb(255,255,255);
}

