A.left:LINK {
	color : White;
	text-decoration : none;
}
A.left:VISITED {
	color : White;
	text-decoration : none;
}
A.left:ACTIVE {
	color : Black;
	text-decoration : underline;
}

A.left:HOVER {
	color : Black;
	text-decoration : underline;
	font-size : 10px;
}

A.left:HOVER {
	text-decoration : overline;
}

.left {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}


