body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #CCC;
	text-decoration: none;
	background-color: #000;
	border: 0;
}
h1 {
	font-size: 1.3em;
	text-align: center;
}
h2 {
	font-size: 1.1em;
	text-align: center;
}
li {
	font-size: .85em;
}
ul {
	font-size: .85em;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
}
#nav {
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
#content {
	padding: 10px;
}
#footer {
	font-size: 0.8em;
	text-align: center;
	padding: 10px;
}
a:link {
	font-size: 0.9em;
	text-decoration: none;
	color: #999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	font-size: 0.9em;
	color: #666;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #CCC;
	text-decoration: none;
	font-size: 0.9em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active {
	font-size: 0.9em;
	color: #CCC;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:focus {
	font-size: 0.9em;
	color: #CCC;
	text-decoration: none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

