body {
	color: #000000;
	background-color: #ffffff;
	line-height: 150%;
	font-size: 100%;
	margin-left: 3%;
	margin-right: 2%;
	}
	
h1 {
	font-size:200%;
	font-weight: bold;
	}

h2 {
	font-size:160%;
	font-weight: bold;
}

h3 {
	font-size: 120%;
	font-weight: normal;
	text-decoration: underline;
}


div.footnotes {
	font-style: italic;
	line-height: 100%;
	text-align: center;
}
div.footnotes p {
	margin-top: 4px;
	margin-bottom: 4px;
}

hr {
	color: red;
	height: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}

del.revised {
	display: none;
}

ins.revised {
	color: #0033ff;
	background-color: #ccffcc;
	}
blockquote {
	margin:10px 0 10px 2%;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:5px solid #ff0000;
	color:#000000;
	background-color:#ffffff;
	padding: 3px;
}

blockquote.edited {
	margin:10px 0 10px 2%;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:2px solid #00cccc;
	color:#000000;
	background-color:#ffffff;
	padding: 3px;
}

.explanation {
	color: #000000;
	background-color:#ffccff;
	margin-left: 4%;
	margin-right: 4%;
	padding: 5px;
}

.qandalist dd {
	border-left: thin solid #cc9933;
	border-bottom: thin dotted #cc9933;
	margin-bottom: 2em;
}
