/* ------------------------------ */
/* The Body                       */
/* ------------------------------ */

body {
	padding:0px 0px 0px 0px;
	margin: 0;
}

body, P {
	font-family: georgia, "Times New Roman", times, serif;
	background:#fff;
}


/* ------------------------------ */
/* Generic Heads (Wiki, etc.)     */
/* ------------------------------ */

h1 {
	padding: 6px 0 4px 0;
	font-size:22pt;
	font-weight:bold;
	font-family: "Times New Roman", times, serif;
	margin: 0;
}

h2 {
	padding: 6px 0 10px 0;
	font-size:18pt;
	font-weight:bold;
	font-family: "Times New Roman", times, serif;
	margin: 0;
}

h3 {
	padding: 6px 0 10px 0;
	font-size:18pt;
	font-weight:bold;
	font-family: "Times New Roman", times, serif;
	margin: 0;
}

/* ------------------------------ */
/* Body Text                      */
/* ------------------------------ */

p { 
	margin-top: 5px; 
	margin-bottom: 10px; 
	line-height: 120%; 
	font-size: 120%;
}

p.indent { 
	text-indent: 2em; 
}

ul { margin-top: 5px; margin-bottom: 7px; }


