 A {
	font-family : Arial, Helvetica, sans-serif;
	margin-left : 0px;
}

A {
	color: White;
	font-size : 12pt;
	font-weight : normal;
	text-decoration : none;
}

A:HOVER {
	color : #99CCFF;
	text-decoration : none;
	background : transparent;
}


