
A:LINK {
	font-family : Arial;
	font-size : 16px;
	font-style : normal;
	text-decoration : underline;
	color : Lime;
	font-weight : bold;
}
A:HOVER {
	font-family : Arial;
	font-size : 16px;
	font-style : normal;
	text-decoration : underline;
	color : Fuchsia;
	font-weight : bold;
}
A:VISITED {
	font-family : Arial;
	font-size : 16px;
	font-style : normal;
	text-decoration : underline;
	color : Aqua;
	font-weight : bold;
}
A:HOVER {
	font-family : Arial;
	font-size : 16px;
	font-style : normal;
	text-decoration : underline;
	color : Fuchsia;
	font-weight : bold;
}