body {
	margin-top: 0px;
	padding-top: 0px;
	border-top: 0px;
	background-color: #7F0000;
	font-family: "luxi_monoregular", Courier, Monaco, monospace;
	font-size: 1em;
	text-align: center;
}

@font-face {
    font-family: 'luxi_monoregular';
    src: url('luximr-webfont.eot');
    src: url('luximr-webfont.eot?#iefix') format('embedded-opentype'),
         url('luximr-webfont.woff') format('woff'),
         url('luximr-webfont.ttf') format('truetype'),
         url('luximr-webfont.svg#luxi_monoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.pixelated {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
}

.parent_container {
	clear: both;
	max-width: 800px;
	margin: auto;
}

.banner img {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.mainmenupic img {
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 224px;
	width: 224px;
}

.mainmenupic {
	display: inline-block;
	text-align: center;
	height: 224px;
    width: 224px;
	margin: 10px;
}

.pichture img {
	clear: both;
	display: block;
	width: 90%;
	margin: auto;
}

.sdvid_container {
	clear: both;
	display: block;
	margin: auto;
	width: 100%;
	max-width: 640px;
	text-align: center;
}

.videotext_container {
	clear: both;
	display: block;
	text-align: left;
	color: yellow;
	max-width: 560px;
	margin: auto;
	padding: 40px;
	font-family: "luxi_monoregular", Courier, Monaco, monospace;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
}


/* unvisited link */
a:link {
    color: yellow;
}

/* visited link */
a:visited {
    color: yellow;
}

/* mouse over link */
a:hover {
    color: orange;
}

/* selected link */
a:active {
    color: blue;
}