BODY {
	font-family : "Comic Sans MS", Geneva, sans-serif;
}
A {
	color : Aqua;
}
A:LINK {
	color : Blue;
	text-decoration : none;
}
A:VISITED {
	color : Navy;
	text-decoration : none;
}
A:FOCUS {
	color : Lime;
}
A:HOVER {
	color : Red;
	text-decoration : underline;
}
A:ACTIVE {
	color : Red;
	text-decoration : none;
}




