@font-face
{
	font-family: PC-98;
	src: url(/font/pc-9800.ttf) format('truetype');
}

@font-face
{
	font-family: IBM-BIOS;
  	src: url(/font/Px437_IBM_BIOS.ttf) format('truetype');
}

body
{
	color: white;
	background-image: url("img/bkGray.png");
  	background-color: black;
	background-attachment: fixed;
	font-family: PC-98, "PC-9800", "MS Gothic", Courier, monospace;
}

article
{
    
	border: 1px solid white;
	padding: 20px 20px 20px 20px;
	background-color: black;
}

top
{
	background-color: black;
}

a
{
	color: #00FF00;
	text-decoration: none;
	cursor: crosshair;
}

msg
{
	padding: 20px 20px 20px 20px;
}

h1, h2, h3
{
	text-align: center;
}

h1
{
	font-size: 200%;
}

h2, h3
{
	font-size: 100%;
}

top p
{
	padding: 10px;
}

leftcolumn
{
	float: left;
	max-width: 46.85vw;
}

article article, blockquote, aside
{
	border: 1px solid white;
	padding: 10px 10px 10px 10px;
}

article article, aside
{
	margin-bottom: 20px;
}

aside
{
	background-color: darkcyan;
}

article img
{
	max-width: 100%;
}

top img
{
	max-width: 100%;
	max-height: 25vh;
}

top
{
	border: 1px solid white;
	position: fixed;
	right: 0;
	margin-right: 8px;
	width: 32.21vw;
	height: 78.15vh;
}

.special_links
{
	display: block;
	margin-top: -8px;
	max-height: 18.15vh;
	overflow-y: scroll;
}

top img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 32px;
	padding-bottom: 32px;
}

.standard_links, .standard_links table
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 1;
}

music
{
	display: block;
	position: fixed;
	bottom: 8;
	right: 8;
}

.note
{
	color:	silver;
	cursor: help;
}

.system
{
	background-color: red;
	color: black;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.phantom-light
{
	background-color: darkcyan;
	color: white;
	float: left;
	width: 400px;
	max-width: 640px;
}

phantom-dark
{
	background-color: black;
	color: white;
	float: left;
	width: 640px;
	max-width: 640px;
}

.syslink
{
	color: black; 
}

.menu
{
	border: 1px solid white;
	color: white;
	position: fixed;
	right: 8px;
	width: 400px;
	max-width: 400px;
}

.menu img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.hidden
{
	color: white;
}

.menu p:hover
{
  background-color: gray;  
}

top figure, .fig640
{
	display: block;
	margin: 0px 0px 0px 0px;
	background-color: black;
}

top img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 32px;
	padding-bottom: 32px;
}

top li
{
	font-weight: bold;
}

sig
{
	font-weight: bold;
}

name
{
	font-style: italic;
}

figure
{
	text-align: center;
}

figcaption
{
	border: 1px solid white;
	background-color: lightcoral;
}
