body {
	padding: 0px;
	margin: 0px;
}

h1.heading {
	margin: 2px;
	font-style: normal;
	font-weight: normal;
	font-size: 48pt;
}

h1 {
	font-style: normal;
	font-weight: normal;
}
h2 {
}

p {
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ffffcc;
}

.black {
	color: white;
	background-color: #001122;
}

