/* ------------------------------------------------------------------------------
	document:
	simple.css version 1.00 -- Modula2.net appearance style sheet
	
	version history:
	2009-07-07 BK ver 1.00 new document
   ------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------
   B O D Y - S T Y L E S
   ------------------------------------------------------------------------------ */
body {
	color: black;
	background-color: white;
}

/* ------------------------------------------------------------------------------
   H E A D E R - S T Y L E S
   ------------------------------------------------------------------------------ */
#header {
	font-family: gill sans, helvetica, sans-serif;
}

#header h1 {
	font-size: 2em;
	font-weight: bold;
}

#header h1.alt {
	display: none;
}


/* ------------------------------------------------------------------------------
   M A I N - C O M M O N - S T Y L E S
   ------------------------------------------------------------------------------ */
#main {
	font-family: arial, helvetica, sans-serif;
}

#main h1 {
	font-size: 1.35em;
	font-weight: bold;
}

#main h2 {
	font-size: 1.2em;
	font-weight: bold;
}

#main h3 {
	font-size: 1em;
	font-weight: bold;
}

#main em {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

#main ul { 
	margin-left: 0;
	padding-left: 1.5em;
	text-indent: 0;
	list-style-type: bullet;
	line-height: 150%;
}

#small {
	color: gray;
	font-size: 9pt;
	font-weight: bold;
	font-family: arial, helvetica, non-serif;
}

/* ------------------------------------------------------------------------------
   F O O T E R - S T Y L E S
   ------------------------------------------------------------------------------ */
#footer {
	color: gray;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	font-family: arial, helvetica, non-serif;
}

/* EOF */