@charset "utf-8";
body {
	background-color: #000000;
	color: #FFFFFF;
}

ul {
	font-size: 120%;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	width: 780px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
h2 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
}
