body {
	background-color: Black;
	font-family: "arial", Courier, monospace;
	color: White;
	font-size: x-small;
	scrollbar-3dlight-color: Black;
	scrollbar-arrow-color: Black;
	scrollbar-base-color: Black;
	scrollbar-darkshadow-color: Black;
	scrollbar-face-color: White;
	scrollbar-highlight-color: Black;
	scrollbar-shadow-color: Black;
	scrollbar-track-color: White;
}

table {
	background-color: black;
	font-family: "arial", Courier, monospace;
	color: white;
	font-size: small;
	text-decoration: none !important;
	width: 80%;
}

a, a:active, a:focus, a:link, a:visited {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none !important;
	color: #B20C1A;
}

a:hover {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: underline;
	color: black;
	background-color: #B20C1A;
}

.menu {
	text-align: left;
	vertical-align: text-top;
}

.main {
	text-align: left;
	vertical-align: text-top;
}

h1 {
	background-color: none !important;
	font-family: "arial", Courier, monospace;
	color: #FF9933;
	font-size: large;
	font-weight: bold;
}

.start {
	text-align: center;
	vertical-align: middle;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.shows {
	border: ;
}