body {
	background-color: black;
	color: white;
}

body,p,h1,h2,h3,h4,select,li,address,button,input {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
}

A:link {
	text-decoration: none;
	color: red;
}

A:visited {
	text-decoration: none;
	color: red;
}

A:active {
	text-decoration: none;
	color: red;
}

A:hover {
	text-decoration: underline;
	color: red;
}

P.red {
	color: red;
}

ul {
	list-style-type: square;
	color: white;
}

ul.colorBullet {
	color: red;
}

ul.colorBullet li {
	margin-bottom: 5px;
}

ul.colorBullet li span {
	color: white;
}

h1.page_title {
	font-size: 2.5em;
	color: red;
	font-variant: small-caps;
	font-weight: bold;
}

h2.section_header {
	color: red;
	font-size: 1.3em;
	font-weight: bold;
}

/* Tables */
table {
	border-collapse: collapse;
	background-color: black;
	color: white;
	border-color: white;
}

table caption {
	color: red;
	font-size: 1.3em;
	font-variant: small-caps;
}

/* History tables */
table.alltime {
	font-size: 1em;
}

table.alltime td {
	padding: 3px;
}

table.past {
	width: 100%;
}

table.past td {
	font-size: 1em;
	padding: 5px;
}

table.past td.title {
	font-size: 1.3em;
	font-weight: bold;
	color: red;
}

table.past td.subtitle {
	font-size: 1.1em;
	font-weight: bold;
}

/* Info tables */
table.info td {
	padding: 10px;
}

/*
 * Div sizes and alignments
 */
div.right {
	float: right;
}

.xxsmall {
	font-size: 0.6em;
}

.xsmall {
	font-size: 0.7em;
}

.small {
	font-size: 0.8em;
}

.medium {
	font-size: 1em;
}

.large {
	font-size: 1.2em;
}

.xlarge {
	font-size: 1.5em;
}

.xxlarge {
	font-size: 2em;
}

div.signature {
	font-family: cursive;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
}

.updateDate {
	font-size: 1em;
	font-weight: bold;
}