html, body {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {

	font-family: Fixedsys, monospace;
	font-size: 12px;
	color: #006FFF;
	background-color: #006FFF;
	text-transform: uppercase;
}

a {
	text-decoration: none;
	font-weight: bold;
	color:  #ccc;
	outline: none;
}

a:visited {
	color:  #ccc;
}

a:active {
	color:  #ccc;
}

a:hover {
	color: #ccc;
	text-decoration: underline;
}

p {
	margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
}

h1 {
	font-size: 100%;
	font-weight: bold;
	color: #ccc;
	margin: 0 0 0.2em 0;
}
h1:before {
	content: "** ";
}
h1:after {
	content: " **";
}
h1.header {
	font-size: 100%;
	text-align: center;
	font-weight: normal;
	margin: 0;
	color: #006FFF;
}
h1.header:before {
	content: "";
}
h1.header:after {
	content: "";
}

h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 1em 0;
}
h2:before {
	content: "** ";
}
h2:after {
	content: " **";
}
h2.header {
	text-align: center;
	font-weight: normal;
	margin: 0;
}
h2.header:before {
	content: "";
}
h2.header:after {
	content: "";	
}

h3 {
	font-size: inherit;
	font-weight: bold;
	margin: 0 0 1em 0;
}
h3:before {
	content: "** ";
}
h3:after {
	content: " **";
}

h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 1em 0;
}
h4:before {
	content: "** ";
}
h4:after {
	content: " **";
}

img {
	border: 0px none;
}

#content {
	position: absolute;
	top: 30px;
	left: 30px;
	top: 30px;;
	right: 30px;
	bottom: 30px;
	padding: 0;
	margin: 0;
	background: #0000AA;
	overflow: auto;
}

pre {
	font-size: 100%;
	line-height: 110%;
	margin-top: 20px;
	margin-bottom: 10px; 
}

#menu {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 97%;
	text-align: center;
}