body {
	background-color:black;
	color:silver;
}
hr {
	height:1px;
	border:0;
	color:#330000;
	background-color:#330000;
}
.bcLogo {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}
.content {
	text-align:left;
	margin-left:200px;
	margin-right:200px;
}
.powContent {
	color:silver;
	text-align:center;
}
div#navMenu {
	text-align:center;
	background-color:#330000;
	color:silver;
	border:1px solid #330000;
	position:fixed;
	top:200px;
	left:20px;
	width:170px;
}
.credits {
	color:red;
	font-size:small;
	font-style:italic;
	text-align:center;
}
h4 {
	text-decoration:underline;
}
a:link {
	color:silver;
	text-decoration:none;
}
a:visited {
	color:silver;
	text-decoration:none;
}
a:hover {
	color:yellow;
	text-decoration:none;
}
a:active {
	color:red;
	text-decoration:none;
}
ul#mnuList {
	list-style-type:none;
	text-align:left;
}
table {
	text-align:center;
	background-color:#330000;
	}