html {
	background-color: black; 
}

body {
	font-family: sans-serif;
	font-size: 10pt;
	color: white;
}

a:link, a:active, a:visited {
	color: #4293ef;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	border-style: dotted;
	border-color: #4293ef;
	border-width: thin;
	color: #4293ef;
	font-style: italic;
}

h3 {
	color: #4293ef;
}

.main_table {
	width: 800px;
	margin-left: 50px;
	margin-right: auto;
}

.logo_bar {
	height: 200px;
	background-image: url(img/banner4.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.menu_cell {
	width: 150px;
	text-align: left;
	vertical-align: top;
}

.content_cell {
	vertical-align: top;
}

.content_title {
	font-size: large;
	color: 	#4293ef;
	font-weight: bold;
	text-align: left;
}

.credits_bar {
	text-align: right;
	border-top: 1px solid #4293ef;
}
