BODY {
	background-color : Black;
	color : White;
	font-family : Lucida Console, sans-serif;
	margin :  15;
	margin-left :  30;}

P {
	color : White;
	font-family : Lucida Console, sans-serif;
	font-size : 10pt;
}

I {
	color : Gray;
	font-family : Lucida Console, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 10pt;
}

TD {
	color : White;
	font-family : Lucida Console, sans-serif;
	font-size : 10pt;
	vertical-align : top;
}

TABLE {
	padding : 3px;
	margin :  0; }

A {
	text-decoration : none;
}

/* note that A:HOVER isn't supported by all browsers */
A:HOVER {
	color : Yellow;
	text-decoration : none;
}

A:VISITED {
	color : Red;
	text-decoration : none;
}

A:LINK {
	color : Red;
}

ADDRESS {
	color : White;
	font-family : Lucida Console, sans-serif;
	font-size : 9pt;
	font-style : normal;
	text-align :  left;

}

PRE, pr {
	color : White;
	font-family : Lucida Console, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 10pt;
	text-decoration : none;
}

H1 {
	color : #006AFF;
	font-family : Lucida Console, sans-serif;
	font-size : 20pt;
	font-weight : bold;
}

H2 {
	color : White;
	font-family : Lucida Console, sans-serif;
	font-size : 18pt;
	font-weight : bold;
}

H3 {
	color : #006AFF;
	font-family : Lucida Console, sans-serif;
	font-size: 12pt;
	margin :  3;
}

H4 {
	color : White;
	font-family : Lucida Console, sans-serif;
	font-size : 12pt;
}

H5 {
	color : #006AFF;
	font-family : Lucida Console, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	margin :  0;
}

H6 {
	color : White;
	font-family : Lucida Console, sans-serif;
	font-weight : normal;
	font-size : 10pt;
	margin :  0;
}

TH {
	background-color : Orange;
	color : Black;
	font-family : Lucida Console, sans-serif;
	text-align : left;
	font-size : 10pt;
	font-weight :  bold;
	margin :  0;}

HR {
	color : #006AFF;
	height : 2px;
	width : 100%;
	text-align :  left;
	margin :  1;}

DT {
	color : White;
	font-weight : normal;
}

DD {
	color : White;
	font-family : Lucida Console, sans-serif;
	font-size : 10pt;
}

UL {
	color : White;
	font-family : Lucida Console, sans-serif;
	list-style-type : disc;
}

LI {
	color : White;
	font-family : Lucida Console, sans-serif;
	font-size : 10pt;
}

Textarea {
	width : 100%;
	font-family : Lucida Console, sans-serif;
	font-size : 10pt;
}

Input {
	font-family : Lucida Console, sans-serif;
	font-size : 10pt;
}

Select {
	font-family : Lucida Console, sans-serif;
	font-size : 10pt;
}