@font-face{
	font-family: "Fixed";
	src: url("miscfs__.ttf") format("truetype");
}
html{
position: relative;
height: 100%;
}
body{
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	min-height:100%;
	width: 100%;
	background-color: black;
	font-family: monospace;
	/* font-size: 9pt; */
	/* line-height: 1; */
}
header{
	color: #DEBFCA;
}

span{
	display: none;
	color: white;
	white-space: pre-wrap;
	margin: 0px;
	padding: 0px;
}
@keyframes blink{
	from {background-color: transparent;}
	to {background-color: red;}
}
.cursor{
	animation-name: blink;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
}
.shellPrompt{
	color: lime;
}
.path, .dollar{
	color: blue;
}
p{
	margin: 0px;
	padding: 0px;
	display: block;
	color: white;
}

ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
li{
	display: inline-block;
	padding: inherit;
	width: 89px;
	margin: inherit;
}

table{
	border-collapse: collapse;
}
td{
	padding: 0px;
}

.history{
	margin: 0px;
	padding: 0px;
}
.folder{
	color: yellow;
}
.ls{
}
.help{
	color: cyan;
}
.error{
	color: red;
}
img{
	display: block;
}
.image{
	color: purple;
}
audio{
	display: none;
}
.audio{
	color: orange;
}
.meter{
	color: inherit;
}
.seek{
	color: inherit;
}
video{

}
.video{
	color: orange;
}
.text{
	color: cyan;
}
canvas{

}
nav{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}

footer{
	display: none;
	
}
