BODY, A, P, UL, LI, TABLE, TR, TD {
	font-family: serif;
	font-weight: normal;
	color: black;
	font-size: 12pt;
}

BODY {
	background-color:#a0a0a0;
}

TABLE {
	border-collapse:true;
	border: 4px solid black;
}

TD {
	background-color:#ffffff;
}

UL {
	list-style-type:square;
}

H1 {
	font-family: sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #64B832;
	font-size: 16pt;
}

H2 {
	font-family: sans-serif;
	font-weight: bold;
	color: #F0BD3D;
	font-size: 12pt;
}

A {
	font-family: sans-serif;
	font-weight: bold;
	color: #198EBF;
}

