@charset "UTF-8";
a {
	color: #FFFFFF;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
}
strong {
	font-weight: bold;
	color: #AAAAAA;
}
h2 {
	font-size: large;
	font-weight: bold;
	color: #000;
	font-style: oblique;
}
li {
}
.link_bar {
	border-top-style: inset;
	border-bottom-style: outset;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-color: #333333;
	font-size: small;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Logo {
	background-color: #3F3F3F;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size: xx-large;
	font-weight: bold;
	color: #7777777;
}
.credits {
	font-size: small;
	font-weight: bold;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #9E9E9E;
	background-color: #3F3F3F;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

