/*
FHKPUAA default css file
*/

body {
	font-family: Arial;
}

.yellowlink {
	color: yellow;
}

.yellowlink:hover {
	color: white;
}

.bluelink {
	/* 25-Jul-2004 */
	color:blue;
}
.bluelink:hover {
	/* 25-Jul-2004 */
	color:red;
}
