@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');

body, html {
	padding: 0;
	margin: 0;
	font-size: 16px;
	/*background: #a7d6d4;*/
	background-color: black;
	color: rgb(148, 59, 43);
	font-family: 'Source Code Pro', monospace;
	font-size: 16px;
}

img {
	max-width: 100%;
-ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
}
.page {
	padding: 24px;
	background-color: black;
}

.page h1:first-child {
	margin-top: 0;
}

.header-image {
	height: 150px;
	margin: 10px auto;
	display: block;
}

.wrapper {
	margin: auto;
	margin-top: 0px;
	width: 752px;
}

.body1 {
	background-color: black
}


.menu {
	text-align: center;
	margin-bottom: 24px;
	margin-top: 10px;
}

 .menu a {
	color: lime;
} 

.main {
	height: 480px;
	width: 752px;
	scale: 100%;
	background-image: url('images/bg5.png');
	position: relative;
}

.main iframe {
	border: none;
	border: none;
	position: absolute;
	top: 36px;
	left: 7px;
	width: 739px;
	height: 439px;
	background-color: black;
}

h1{
	font-size: 18px;
}

h2, h3, h4, h5 {
	font-size: 16px;
}

h1 {
	border-bottom: 1px solid lime;
}

h2 {
	border-bottom: 1px dotted lime;
}

a {
	color: red;
}

table {
	border-collapse: collapse;
}

td, th {
	vertical-align: top;
	border: 1px solid lime;
	padding: 3px 6px;
}

th {
	background: lime;
	color: black;
}

.width-50 {
	max-width: 50%;
}

.border {
	padding: 3px;
	border: 1px solid lime;
}

table.border-0 th, table.border-0 td {
    border: 0;
}

.border-0 {
    border: none;
}