body {
	background: #999999;
}
.text {
	font: 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background: #333333;
	padding: 10px;
}
#footer {
	text-align: center;
	margin-bottom: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 0.8em;
	margin-top: 0;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	border-top: 1px solid #333333;
}

#footer a:link, #footer a:visited {
color: #ffffff;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color: #ffffff;
}
#navbar {
	margin-bottom: 0;
	text-decoration: none;
	font-size: 0.95em;
	text-align: center;
	margin-top: 0;
	padding-bottom: 8px;
	font-weight: bold;
	padding-top: 8px;
	background-color: #666666;
	color: #ffffff;
	border-bottom: 2px solid #333333;
}

#navbar a:link, #navbar a:visited {
	color: #ffffff;
	text-decoration: none;
}

#navbar a.current {
color: #ff4700;
}

#navbar a:hover {
color: #ff4700;
text-decoration: underline;
}h1 {
	font-size: 16px;
	text-decoration: underline;
}
h2 {
	font-size: 14px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FF6600;
}
