body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}


p {
  line-height: 1.7em;
  text-align: justify;
  margin-bottom: 16px;
  font-size: 11px;
}


h1,
h2,
h3 {
  padding: 4px 0;
  margin: 4px 0;
}

h1 {
  color: #3d055a;
  font-family: Tahoma, Verdana, Sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.08em;
  clear: both;
}

h2 {
  color: #045439;
  font-weight: normal;
  font-size: 14px;
  border-bottom: 1px dotted #d6f1e8;
}

h3 {
  color: #000000;
  font-weight: normal;
  font-size: 18px;
}

h4 {
  color: #000000;
  font-weight: normal;
  font-size: 3px;
}



/* Column clearing
-------------------------------------------------------*/


#page {
  display: table; /* Was inline-table in original tutorial, changed due validation error */
}

/* Hides from IE-mac \*/
html #page {
  height: 1%;
}

#page {
  display: block;
}
/* End hide from IE-mac */