body {
	background-color: black;
	color: white;
	text-align: left;
	font-size: 12px;
	font-family: Arial, sans-serif;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border-color: white;
}
p {
	text-align: left
}
table {
	align: left;
	text-align: left
}
ul {
	text-align: left
}
h1 {
	font-family: Garamond, serif;
	font-size: 20px;
	text-align: center;
}
h2, h3, h4, h5 {
	width: 1000px;
	text-align: left
}
a:link {
	color: white
	}
a:visited {
	color: white
	}
a.boxborder {
	border-color: black
	}
a.box {
	height: 10px;
	width: 100px;
	font-family: Bookman Old Style, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	background-color: red;
	text-decoration: none;
	border-color: black;
	display: inline-block;
	color: white
	}
a:active {
	background-color: yellow;
	color: black
	}
a:hover {
	background-color: green;
	color: white
	}
table {
	background-color: black;
	color: white
	}
.text {
	width: 80%;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: white;
	align: left
	}
.bold {
	font-weight: bold;
	}
div.floatleft {
	float: auto;
	align: left
}
hr {
	width: 100%;
	text-align: left;
	margin: 0 auto 0 0;
}
a.link {
	display: inline-block;
	text-align: justify
	}