body {
	background:			lightcyan;
}
a.CFocus {
	text-decoration:	none;
}
a.CFocus:link {
	color:				gold;
}
a.CFocus:visited {
	color:				goldenrod;
}
a.CFocus:hover {
	background-color:	midnightblue;
}

a.CFocus2 {
	text-decoration:	none;
}
a.CFocus2:link {
	color:				royalblue;
}
a.CFocus2:visited {
	color:				blue;
}
a.CFocus2:hover {
	background-color:	yellow;
}

.CFtTitle {
	font-weight:		bold;
	font-size:			22pt;
	width:				100%;
	filter:	shadow(color=CORAL, direction=135)
}
