body {
	background-image: url(../images/backgrnd.png);
	font-family:  "Courier New", Courier, monospace;
	color: Yellow;
	font-weight: bolder;
}

td {
	text-align: left;
}

img {
	border: none;
}

hr {
	color: Yellow;
	line-height: 2px;
	border-style: dotted;
}

a {
	color: Yellow;
	font-weight: bolder;
	font-family:  "Courier New", Courier, monospace;
	text-decoration: none;
}

a:hover {
	color: Blue;
	background-color: Yellow;
	font-family:  "Courier New", Courier, monospace;
	text-decoration: none;
}


.console {
	background: Black;
	color: Silver;
	font-weight: bolder;
	font-family:  "Courier New", Courier, monospace;
	text-align: left;
}

.initok {
	background: Black;
	color: Lime;	
	font-weight: bolder;
	font-family:  "Courier New", Courier, monospace;
	text-align: left;
}

.pix {
	vertical-align: middle;
	text-align: center;
}