body {
	background: black;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:10pt;
	color:#c58772;
	padding:8px;
	padding-top:3px;
}

p{
	margin-top:8px;
	margin-bottom:8px;
	line-height: 1.6em;
}

.OutlinedBox{
	background: #69140f;
	color: #c58772;
	margin-bottom:10px;
	padding:8px;
	border:2px dotted #c58772;
}

.Heading {
	font-size: 1.2em;
	font-weight:bold;
	margin-bottom: 8px;
	margin-left:0;
	
}

.Quote {
	padding: 10px;
	font-style: italic;
}
.Quote p{
	margin-top:0;
	margin-bottom:0;
}

a {
	color: #feecbc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #feecbc;
}




