body {
	background-color: #000000;
	color: #FFFFFF;
}

h1 {
	color: #EEEEEE;
	font-size: 1.3em;
	text-transform: uppercase;
}

h2 {
	font-size: 1.2em;
	color: #EEEEEE;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 1.1em;
}

img {
	border: none;
}

.bold {
	font-weight: bold;
}

a:link, a:hover, a:active, a:visited {
	text-decoration: none;
	color: #D6640F;
}
a:hover {
	color: #D6270F;
}
a img {
	vertical-align: middle;
}

table {
	border: 1px solid #333333;
	border-collapse: collapse;
}

table thead th {
	text-align: center;
	padding: .1em .5em;
}

table tr th,
table tr td {
	border: 1px solid #333333;
	padding: .1em .3em;
}

.clear {
	clear: both;
	display: block;
	font-size: 1px;
	height: 1px;
	float: none;
}