TD {
	background: #DDFFFF;
	color : #DDFFFF;
	font-family : Arial;
	font-size: 10px;
	text-align: left;
	font :  normal;
	text-decoration :  none;
}

H2 {
	font-size: 14pt;
}

H3 {
	font-size: 15pt;
	font-style: italic;
	font-family: sans-serif;
}

H4 {
    font-family: sans-serif;
    font-size: small;
}

A {
	color: Black;
	text-decoration :  none;
}

A:Hover {
	color: Red;
	text-decoration :  underline;
}

HR {
	height: 1pt;
}

BODY { 
	color : #FFFFFF;
	text-align: left;
	font :  normal 10px Arial;
	text-decoration :  none;
 } 