EM {
	font-family : sans-serif;
	font-size : larger;
	font-weight : bold;
	background-color : #FAEBD7;
	border-bottom-width : thin;
	font-style : italic;
	padding : 1%;
	text-decoration : underline;
}

TD {
	font-family : Arial;
	font-size : 9pt;
}

A {
	text-decoration: underline;
	color: RED;
}
A:Hover {
	text-decoration: underline;
	color: Red;
}
