*{
	font-family:monospace;
}

body{
background-color:black;
margin:0px;
}

#background{
	position:fixed;
	width:100%;
	height:100%;
	overflow:hidden;
}

.image{
	position:fixed;
	/*margin:5px;*/
	border: 1px solid white;
}

#console{
	position:fixed;
	width:450px;
	bottom:0px;
	left:0px;
	margin:5px;
	background-color:rgba(0,0,0,0.7);
	/*border:1px solid aqua;
	overflow:hidden;*/
	font-size:x-small;
}

#output{
	//word-break:break-all;
	/*background-color:#efe;*/
	overflow:visible;
	color:white;
	max width:100%;
	/*padding:0px 2px 0px 2px;*/
}

input{
	border:none;
	width:100%;
	color:white;
	font-size:x-small;
	padding: 0px;
	background: none;
	margin:0px 2px 0px 2px;
}

a, .commandLink, .commandLinkHazard{
	cursor:pointer;
	color:white;
	text-decoration:underline;
}

a:hover, .commandLink:hover{
	text-decoration:none;
	color:black;
	background-color:white;
	color:black;
}

.commandLinkHazard{
	text-decoration-color:#f33;
}

.commandLinkHazard:hover{
	color:black;
	background-color:#f33;
}

.asciiart{
	white-space:pre;
	text-shadow: 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black;
}

.asciiart p{
}

.green{
	color:#363;
}

.greenLight{
	color:#6f6;
}

.purple{
	color:#636;
}

.purpleLight{
	color:#f6f;
}

.red{
	color:#f33;
}

.italic{
	font-style:italic;
}