BODY {
	FONT-FAMILY: "MS Sans Serif";
	FONT-SIZE: 3px;
}
A:LINK {
	color: Blue;
	background : transparent;
	text-decoration : none;
	font : bold;
}
A:ACTIVE {
	color : Black;
	background : Aqua;
}
A:VISITED {
	color : Blue;
	background : transparent;
	text-decoration : none;
	font : bold;
}
A:HOVER {
	color : Red;
	background : transparent;
	font : bold;
}