body {
	font-family: Verdana, Sans-Serif;
	font-size: 9pt;
	color: black;
	background-color: #222;
	line-height: 2;
}

h1 {
	font-size: 16pt;
	color: #fff;
	letter-spacing: .2em;
	font-weight: lighter;
}

h2 {
	margin:0;
}

h2 {
	color: SlateGray;
	font-size: 12pt;
}

div.header {
	width: 40%;
	margin: auto;
}

div.page {
	border: 6px solid black;
	width: 40%;
	margin: auto;
	padding: 6px;
	background-color: #dee3e7;
}

a {
	color: #069;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #09B;
	text-decoration: underline;
}

hr {
	height: 0;
	border: 0;
	border-top: 6px double SlateGray;

}

li {
	line-height: 3;
}

