/*  The user has selected the larger font size, so show it.
	Text is usually only .9em ... 
	Sereno, 2005-01-03
*/
BODY {
	FONT-SIZE: 1.2em;
}

/* now redefine the content areas' bkgrnd colour to improve contrast */
#content-bkgrd {
	background-color: #fff;
}



/* now for the fonts: make them black for better contrast */

#content-bkgrd  ul li {
	COLOR: #000;
	FONT-SIZE: .8em; 
	line-height: 1.6em;
}
#content-bkgrd  ol li {
	COLOR: #000;
	FONT-SIZE: .8em; 
	line-height: 1.6em;
}

H3 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: .7em; 
	COLOR: #000;
}
P {
	COLOR: #000;
	FONT-SIZE: .8em; 
	line-height: 1.6em;
}
A {
	COLOR: #000;
	TEXT-DECORATION: underline;
}
