BODY, TD {
	background: #F7DD41;
	color : black;
	font-family :  Verdana;
	font-size: 12px;
	text-align: left;
}

H1 {
	font-size: 16pt;
}

H2 {
	font-size: 14pt;
}

H3 {
	font-size: 13pt;
}

H4 {
	font-size: 11pt;
	}

A {
	cursor: hand;
	color: black;
	text-decoration: none;
}

A:Hover {
	text-decoration: underline;
}

HR {
	background-color: White;
	color: #F7DD41;
}

