/*	gkuser.css
 *	The real version of this for a site is held in the site root.
 *	It is edited direct.
 */

/*	general classes */
p {}	/* needed, don't know why */
ul.bullet, ol.bullet {	
	list-style-type: disc;
	list-style-position: outside;
	}
ul.bullet li, ol.bullet li {
	padding-bottom: 0.3em;
	}
ul.spaced li, ol.spaced {
	padding-bottom: 0.3em;
	}
.fs8em {font-size: 0.8em; }
.fs7em {font-size: 0.7em; }
.red {color: red;}
.bold {font-weight: bold;}
h3.red a {color: red;}
.blockIndent {margin-left: 2em;}
.listSpaced li {
	margin-bottom: 1em;
	}


