A:ACTIVE {
	font-size : x-small;
	font-style : normal;
	font-family : "MS Sans Serif";
	text-decoration : none;
	color : #FFD52D;
}

A:LINK {
	font-size : x-small;
	font-style : normal;
	font-family : "MS Sans Serif";
	text-decoration : none;
	color : #C4F0FD;
}

A:HOVER {
	font-size : x-small;
	font-style : normal;
	font-family : "MS Sans Serif";
	text-decoration : underline;
	color : #FFD52D;
}

A:VISITED {
	font-size : x-small;
	font-style : normal;
	font-family : "MS Sans Serif";
	text-decoration : none;
	color : silver;
}