body {
	background: white;
	color: black;
	padding: 0em 3em 0em 3em;
	margin: 0
}
body>p {
	margin: 0pt 0pt 0pt 0em
}
body>p + p {
	text-indent: 1.5em;
}
H1 {
	font-size: 150%;
	margin-left: -1.33em
}
H2 {
	font-size: 125%;
	font-weight: bold;
	margin-left: -.8em
}
H3 {
	font-size: 100%;
	font-weight: bold;
	margin-left: -.5em }
H4 {
	font-size: 100%;
	margin-left: 0em
}
H1, H2, H3, H4, H5, H6 {
	font-family: sans-serif;
	color: blue
}
html {
	margin: 0
}

a:link {
	color: blue;
        text-decoration: none;
}
a:visited {
	color: gray;
	text-decoration: none;
}
a:active {
	color: black;
	text-decoration: none;
}
a:hover {
        text-decoration: underline
}

ol>li>p {
	margin-top: 0;
	margin-bottom: 0
}
.step {
	font-weight: bold
}
.warning {
	background: yellow
}
.error {
	background: orange
}
