html {
	background-color: #12616e;
	color: #ddd;
	font-family: "Microsoft Sans Serif", Serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 5px;
}
h1 {
	font-size: larger;
	font-weight: normal;
	text-align: center;
	color: #fff;
}
a {
	color: #3dca3b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	 list-style-position: outside;
	 list-style-type: circle;
}
hr {
	border-style: none;
	height: 1px;
	color: #ddd;
	background-color: #ddd;
}
.copy {
	text-align: right;
	font-size: smaller;
}
