body {
	background: steelblue;
	color: white;
	margin-top: 50px;
	margin-left: 100px;
	margin-right: 100px;
	width: 604px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	text-align: justify;
}

a {
	color: white;
}
h1, h2, h3 {
	font-family: haettenschweiler, helvetica, arial, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 28;
}
h2 {
	font-size: 18;
}
h3 {
	font-size: 16;
}
p.text {
	text-align: justify;
}
li {
	list-style: decimal;
}
hr {
	background: white;
	color: white;
	height: 2px;
	border-height: 0px;
	border-width: 0px;
	border-color: white;
	border-style: solid;
	noshade;
}
.disclaimer {
	text-align: right;
	font-family: courier;
	font-size: 10pt;
}
.large {
	font-size: 60pt;
	font-family: courier;
	font-weight: normal;
}


