/* Adage Books standard Style Sheet -- kf -- 070601 */

	/* Class selectors */
	.ayo {font-family: "arial"}
	.csans {font-family: "comic sans ms"}
	.cnew {font-family: "courier new"}
	.ggia {font-family: "georgia"}
	.impct {font-family: "impact"}
	.tnr {font-family: "times new roman"}
	.trebu {font-family: "trebuchet ms"}
	.vdna {font-family: "verdana"}
	.wbdngs {font-family: "webdings"}
	.symbl {font-family: "symbol"}

	/* Standard definitions */
	BODY, P, TABLE, TR, TD, LI, UL, MENU
		{
		font-family: "Arial", "Comic Sans MS", "Comic Sans", "Trebuchet MS", "Verdana", "sans-serif"; 
		color:"#0000cc";
		}

	H1, H2, H3, H4, H5
		{
		font-family: "Arial", "Comic Sans MS", "Comic Sans", "Trebuchet MS", "Verdana", "sans-serif"; 
		color:"#000099";
		}
	