body {
	color: black;
	background: white
	font-size: medium;
}
h1 {
	font-size: 200%;
	text-align: center;
}
h2 {
	margin-left:		0em; 
	padding-left:		1px;
	color:		black;
	background-color:	#d4d4d4;
	border-width:	1px;
	border-style:	outset;
}
h3 { 
	margin-left:		0em; 
	margin-right:		1em; 
	padding-left:		1px;
	color:			black;
	background-color:	#eeeeee;
	border-bottom-width:	1px;
	border-bottom-style:	solid;
 }
h4 {
	margin-top:	0; 
	margin-left:	1em; 
	margin-bottom:	0;
	border-bottom-width:	1px;
	border-bottom-style:	solid;
} 
p {
	margin-left:	1em; 
}
table {
	margin-left:	1em; 
}
dt {
	margin-left:	1em; 
}
dd {
	margin-left:	2em; 
}
ul {
	margin-left:	2em; 
}
ol {
	margin-left:	2em; 
}
pre { 
	white-space:	pre;
	margin-left:	2em; 
	padding:	0.5em;
	border-color:	#ffeeb0;
	border-style:	outset;
	border-width:	2px
}
div.check { 
	white-space:	pre;
	padding:	0.3em;
	border-color:	#ff0000;
	border-style:	solid;
	border-width:	4px
}

