h1 {
	font-family: Georgia;
	text-align:center;
	color:BLACK;
	font-size : 36px;
}
h2 {
	font-family: "Times New Roman";
	text-align:center;
	font-weight:bold;
	font-size : 24px;
	padding-bottom : 0px;
	text-decoration : none;
	vertical-align : middle;
	margin-bottom : 0px;
}
h3 {
	font-family: "Arial Rounded MT Bold";
	text-align:center;
	font-weight:bold;
	font-size : 18px;
}
p  {
	font-family: Verdana;
	font-size=9pt;
	color:BLACK
}
TD {
	font-family: Verdana;
	color: White;
	font-size : 12px;
}
TD#header {
	font-size : 10pt;
	color: White;
	font-family : Verdana;
	background-color : Teal;
	font-weight : bold;
	border : none;
	padding : 4;
}
Td#msg {
	font-size : 10pt;
	color: Black;
	font-family : Verdana;
	background-color : Silver;
	font-weight : bold;
}
A:LINK, A:VISITED, A:ACTIVE {
	color : White;
	text-decoration : none;
	font-weight : bolder;
}

