/*   markusfarkus media  MFM      */
/*   http://www.markusfarkus.com  */

html {
	background-color: #ffffff;

}

body {
	background-color: #ffffff;
	
}

/* page title */
h1 {
	font-family: Geneva, Arial, sans-serif;
	font-size: 250%;
	font-weight: bold;
	text-align: center;
	color: #993300;
}

/* page subtitle */
h2 {
	font-family: Geneva, Arial, sans-serif;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color: #993300;
}

/* section title (left) */
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	color: #009933;
}

/* section title (center)*/
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #009933;
}

ul {
	margin-bottom: 0px;
}

td {
	font-family: courier, sans-serif;
	border: 1px solid black;
}

.left {
	text-align: left;
	border-color: black;
}

.center {
	text-align: center;
}

.italic {
	font-style: italic;
	font-size: small
}
		
table.center {
	border-collapse: collapse;
	border: 2px solid blue;
	width: 600px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

td.left {
	font-family: courier, sans-serif;
	border: 1px solid black;
	text-align: left;
}

td.thead {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	border: 2px solid blue;
}

td.blue {
	background-color: #00ffff;
}
	
p.thead {
	font-family: Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
}
		
#header { 
	height: 40px;
	margin-bottom: 0;
	text-align: center;
}

#content {
	background-color: #ffffff;
	font-family: "Times New Roman", Verdana, Arial, Serif;
	font-size: 14pt;
	text-align: left;
	color: #000000
}
  
#footer { 
	height: 40px;
	text-align: center;
}