BODY, TD {
	background: #F0E68C;
	color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
}

H1 {
	font-size: 16pt;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-weight: bold;
}

H2 {
	font-size: 14pt;
	font-family: "Times New Roman", Times, serif;
}

H3 {
	font-size: 16pt;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-weight: bold;
}

H4 {
    font-family: "Times New Roman", Times, serif;
    font-size: small;
}

H5 {
    color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}

A {
	color: Green;
	text-decoration: none;
}

A:Hover {
	color: Red;
}

