html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #24211A;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #B0B0B0;
}

.bg {
	background-color: #2B2720;
	border-left: 3px solid #3B3730;
	border-right: 3px solid #3B3730;
}

.title {
	font-size: 40px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	line-height: 0.95em;
	border-bottom: 1px solid #B0B0B0;
}

a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

td.nav {
	background: #C6D580;
	border-left: 1px solid #000000;	
}

td.nav a, td.nav a:visited {
	display: block; 
	width: auto; 
	text-decoration: none;
	background: #C6D580;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

td.nav a:hover, td.nav a:active, td.nav a:focus {
	background: #ADB96E;
	color: #FFF;
}
.spaced {
	letter-spacing: 9.5pt;
}
