BODY, TD {
	color : #000000;
	font-family : "tahoma";
	font-size: 10px;
	text-align: left;
}

A {
	color: blue;
	
	text-decoration :  underline;
}

A:Hover {
	color: #44A223;
	text-decoration :  none;
}

HR {
	height: 1pt;
}
