a {
	color: #add811;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6, .heading {
	font-family: AmerType, "AmerType Md BT", "American Typewriter Medium BT", "American Typewriter", "AmericanTypewriter", "American Typewriter Light", "AmericanTypewriter Light", "ITC American Typewriter", "ITC American Typewriter Light", "Courier New", serif !important;
	font-weight: bold;
	color: #add811;
	padding-top: 1em;
}

h1 {
	font-size: x-large;
}

h2 {
	font-size: large;
}

#menutable {
	border: none;
	padding: 0pt;
	text-align: center;
}

#menutable td {
	width: 50%;
	padding-left: 2em;
	padding-right: 2em;
	vertical-align: top;
}

#menutable tr:first-child td {
	vertical-align: top;
}

/* Internet Explorer does not understand nth-child. */
.rightcol {
	border-left: 2px solid #add811;
}

/* Sensible browsers do. */
#menutable tr td:nth-child(even) {
	border-left: 2px solid #add811;
}

#menutable table {
	padding: auto;
	margin: auto;
}

#menutable table td {
	border: none !important;
	padding-left: auto;
	padding-right: auto;
	margin: auto;
	width: auto;
}

hr {
	border: 0pt;
	/* Internet Explorer incorrectly uses color instead of background-color. */
	color: #add811;
	background-color: #add811;
	height: 2px;
	width: 80%;
}

#menutable hr {
	width: 100%;
}