body {
	background-color: #010101;
}

body, p, td {
        font-family: helvetica, arial, sans-serif;
        font-size: 14px;
        color: #ffffff;
}

th {
	background-color: #cc0033;
}

a:link, a:visited, a:active {
        text-decoration: none;
	color: #ffff00;
}

a:hover {
	color: #00ff00;
}

h1, h2 {
	font-size: 36px;
	margin: 0px;
	color: #ffffff;
	font-family: courier new, courier, monospace;
	text-align: center;
}

h2 {
	font-size: 24px;
}

.credits {
	font-size: 12px;
	text-align: center;
}

.menu_background_active {
	background-color: #ff0000;
}

.menu_background {
	background-color: #990000;
}

a.menu:link, a.menu:visited, a.menu:active {
	font-size: 12px;
	color: #ffffff;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
}

li {
	margin: 12px 12px 12px 12px;
}

.detail_head {
	background-color: #990000;
}
