html, body {
	color: white;
	background-color: black;
}
td {
	color: white;
}
pre {
}
a:link {
	color: white;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color: white;
	text-decoration:none;
	font-weight:bold;
}
a:active {
	color: white;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #999999;
	text-decoration:none;
	font-weight:bold;
}
.heading {
	font-weight: bold;
	text-align: left;
	background-color: #333333;
	border: 1px solid #888888;
	padding: 6px 12px;
}
.heading2 {
	font-weight: bold;
	text-align: left;
	background-color: #222222;
	border: 1px solid #777777;
	padding: 3px 12px;
}
.contents {
	margin: 20px;
}
.contents2 {
	background-color: #222222;
	border: 1px solid #444444;
	padding: 8px 12px;
	margin: 8px;
}