BODY, TD {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: left;
	background : #FF9C63;
	margin-left : 1px;
	margin-right : 1px;
}

TH {
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: left;
	background : Gray;
}

H1 {
	font-size: 15pt;
}

H2 {
	font-size: 13pt;
}

H3 {
    font-size: small;
}

H4 {
    font-size: x-small;
}

H5 {
    font-size: xx-small;
}

A {
	color: Teal;
	font : xx-small;
}

A:Hover {
	color: Red;
	font : xx-small;
}

A:Visited {
	color: GrayText;
	font : xx-small;
}
