A {
	font-family : Arial;
	color : #ffffff;
	text-decoration : none;

}

A:HOVER {
	font-family : Verdana;
	color : #ffff00;
	font-weight: bold;
	text-decoration : underline;

}

A.link {
	font-family : Arial;
	color : #ffffff;
	text-decoration : underline;

}

A:HOVER.link {
	font-family : Arial;
	color : #ffffff;
	font-weight : bold;
	text-decoration : underline;

}