body {
    margin-left: 10px;
	margin-top: 10px;
	margin-right: 20px;
	text-align: left;
	font-family: Consolas, "Courier New", monospaced;
	color: white;
	background-color: black;
	font-size: 12pt;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	margin-left: 30px;
	text-align: left;
	color: #f0f090;
}

h2 {
	font-size: 12pt;
	color: #f0f090;
	text-align: left;
	margin-left: 30px;
	font-weight: bold;
}

p.divider {
	font-size: 12pt;
	color: red;
	text-align: left;
	margin-left: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

p {
	color: white;
	font-size: 12pt;
	font-weight: normal;
	margin-left: 20px;
}

p a {
	color: silver;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}

p a:hover {
	color: silver;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

ul {
	margin: 0;
}

ul li {
	margin-left: 20px;
	list-style: square;
}

form {
	color: white;
	font-size: 12pt;
	font-weight: normal;
	margin-left: 30px;
}

form label {
	color: white;
	font-family: Consolas, "Courier New", monospaced;
	font-size: 12pt;
	font-weight: normal;
}

form input {
	color: black;
	font-family: Consolas, "Courier New", monospaced;
	font-size: 12pt;
	font-weight: normal;
}