html {
	margin: 0;
	padding: 0;
	border: none;
	background:#fff;
}

body{
	padding: .1em 0 5em 0;
	margin: 0;
	font: 100%/1.5 'Lucida Grande', 'Luxi Sans',  Lucida, 'Lucida Sans Unicode', sans-serif;
	color: #000;
	background: #fff;
	width: 100%;
	text-align: center; /* IE w */
	min-width: 30em;
	max-width:65em;
	margin: 0 auto;
}

a:link,
a:visited {
	color: #7c2123;
	background: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #7c2123;
	}
a:hover,
a:active {
	color: #900;
	background: #f4f2f2;
}
a:focus {
	-moz-outline: 1px dotted #900;
	outline: 1px dotted #900;
	outline-offset: 2px;
	color: #900;
	background: #f4f2f2;
}

em {
	font-style:italic;
}

h1, h2, h3 {
	font-size: 1em;
	line-height: 1.5;
	font-weight: normal;
	}

h1 {
	margin: 5.2em 1em 3.2em 3em;
	font-size: 1.5em;
	line-height: 1;
	text-align: left;
	color:#900;
}

span.large {
	color: #bbb;
	font-size: 3em;
	letter-spacing: -0.05em;
	line-height: 1;
	text-decoration: none;
}

h2, h3 {
	font-weight: 600;
	margin: 3em 0 0;
	padding: 0 0 1em;
}

h2 {
	font-size: 1.3em;
	color:#900
}


h3 {
	font-size: 1.15em;
	color: #af5252;
}

h2 .date {
  color: black;
  font-size: 0.8em;
  font-style: italic;
  font-weight: normal;
}

.wrapper {
	padding-top: 0.75em;
	margin: 0 10% 1em 10em;
	width: 66%;
	text-align: left; /* reset text-align */
	/*max-width:40em;*/
}

* html .wrapper {
	margin-right: -13%; /* for the IE5-Wins, reset for IE6 below.*/
	margin-right: 10%;
	}

* html>body .wrapper {
	margin-right: auto;
	margin-left: 24%;
}

p {
	margin: 0 0 1.75em 0;
	padding: 0 0 0 3em;
}

dt {
	padding: 0;
	margin: 0;
}

ul {
	list-style-type: square;
	margin: 1em 0 2em 4.5em;
}

ul li ul {
  margin: 1em 0 2em 0;
}

li {
  margin: 0 0 0.5em 0;
  text-align: justify;
  text-justify: inter-word;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #55ad7e99;
  margin: 1em 0 2em 5.5em;
  padding: 16px;
  font-style:italic;
}