BODY, TD {
	background-color: 101010;
	color : lime;
	font-family : sans-serif;
	font-size: 12px;
	text-align: left;
}

H5 {
	font-size: 10	pt;
	font-style: bold;
	font-family: sans-serif;
}

H2 {
	font-size: 12	pt;
	font-style: bold;
	font-family: sans-serif;
}

H3 {
	font-size: 14	pt;
	font-style: bold;
	font-family: sans-serif;
}

H4 {
    font-family: sans-serif;
    font-size: small;
}

A {
	color: lime;
	TEXT-DECORATION:	none;
}

A:Active {
	color: red;
}

A:Hover {
	color: yellow;
}

A:Visited {
	color: Green;
}

HR {
	height: 1pt;
	color : Lime;
}


