

BODY {
	color: #36b3d3;
	font-family: "Arial", sans-serif;
	font-size: 16px;
}

BODY, TD {
	background: #000000;
	color: #36b3d3;
	font-family: "Arial", sans-serif;
	font-size: 16px;
	text-color: #632910;
	text-align: left;
	width: auto;
	height: auto;
}

table.test {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}


table.test th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
}

H1 {
	font-size: 24pt;
	color: #36b3d3;
	font-family: "arial", sans serif;
	text-align: left;
}

H2 {
	font-size: 24pt;
	color: #36b3d3;
	font-family: "arial", sans serif;
	text-align: left;
}

H3 {
	font-size: 20pt;
	color: #36b3d3;
	font-family: "arial", sans-serif;
	text-align: left;
}

H4 {
	font-size: 16pt;
	color: #36b3d3;
	font-family: "arial", sans-serif;
	text-align: left;
}

H5 {
	font-size: 14pt;
	color: #36b3d3;
	font-family: "arial", sans-serif;
	text-align: left;
}

H6 {
	font-size: 12pt;
	color: #36b3d3;
	font-family: "arial", sans-serif;
	text-align: left;
}

H7 {
	font-size: 11pt;
	color: #36b3d3;
	font-family: "arial", sans-serif;
	text-align: left;
}

H8 {
	font-size: 10pt;
	color: #36b3d3;
	font-family: "arial", sans-serif;
	text-align: left;
}

Li {
	color: #36b3d3;
	font-family: "arial", sans-serif;
	font-size:16px;
	font-weight:300;
}


A {
	color: #36b3d3;
}

A:Hover {
	color: #FF7F00;
}

hr {
	align: "left";
	height: 3pt;
	width: 750;
	color: #36b3d3;
}
TT	{
	font-size: 8pt;
	color: #36b3d3;
	font-family: "arial", sans serif;
