A:LINK {
	text-decoration : underline;
	color : Black;
}

A:VISITED {
	text-decoration : underline;
	color : Black;
}

A:HOVER {
	color : #DAA520;
	text-decoration : none;
}

A:ACTIVE {
	color : #DAA520;
	text-decoration : none;
}

BODY, TABLE, TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
}

