html {
	background-color: black;
}

body {
	font-family: sans-serif;
	font-size: 9pt;
	color: #ff03fc;
}

a:link, a:active, a:visited	{
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #ff03fc;
}

a:hover {
	font-style: italic;
	border-bottom: 1px dashed #da70d6;
	color: #ffadfc;
}

h3 {
	color: white;
}

.code {
	/*font-style: italic;
	color: #ff33fc;*/
	font-weight: bold;
	font-family: monospace;
	font-size: 8pt;
}

.file {
	font-family: monospace;
	font-size: 8pt;
	color: #777777;
}

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

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

.title_bar {
}

.menu_cell {
	width: 150px;
	height: 300px;
	text-align: center;
	vertical-align: top;
}

.menu_heading {
	font-weight: bold;
	font-size: 10pt;
	color: white;
}

.menu_body {
}

.content_cell {
	vertical-align: top;
	color: #bb00b7;
}

.content_title {
	font-size: 14pt;
	color: white;
	font-weight: bold;
	text-align: center;
}

.credits_bar {
	text-align: right;
	border-top: 1px solid white;
}
