a { color: #0d2; text-decoration: none; }

a:hover { text-decoration: none; color: #fff; }

img.power { border: 0px; cursor: pointer; width: 40px; }

#soundbtn {  border: 2px outset #111; width: 36px; cursor: pointer; background: #111 }

#clock {
	font-weight: 600;
}

body {
	background: #369;
}

#displayFile {
	font: 300 16px courier;
	text-align: left;
}

#container {
	background: #369;
}

#maincontainer {
	color: #ccc;
	background: #000;
}

#mainoverlay {
	background: #111;
}

#main {
	text-align: left;
}

#wmbefore {
	font: 300 16px courier;
}

#command { 
	font: 300 14px courier;
}

#output {
	text-align: justify;
	font: 300 18px courier;
}


#cursor {
	text-decoration: blink;
}
 
#main:first-line {
}
	

#navi {
	overflow: hidden;
}
#navi h1 {
	text-align: center;
	font: normal small-caps 700 14px arial;
}
li.external { 
	list-style-type: none; 
	text-indent: -2em;
}
li.external:before { 
	content: "\bb";
	padding-right: 5px;
}
ul.external {
	font: 600 14px courier;
}
a.external {
	color: #000;
	font: 600 16px courier;
}
a.external:hover { 
	text-decoration: none;
	color: #fff;
}
a.external:visited { 
	text-decoration: none;
}
ul.buttons {
	text-indent: 0px;
	text-align: center;
	list-style: none;
	list-style-position: inside;
}
li.inline {
	cursor: pointer;
	color: #111; 
	font: small-caps 800 16px courier;
	display: inline;
	padding: 3px;
	padding-bottom: 1px;
	list-style-image: none;
	border: 2px outset #222;
	background: #777;
}


li.last {
	cursor: pointer;
	text-decoration: none; 
	color: #111; 
	font: small-caps 800 16px courier;
	font: 300 12px arial;
	display: inline;
	padding: 3px;
	padding-bottom: 1px;
	list-style-image: none;
	border: 2px outset #555;
	background: #777;
}

#footer {
	text-align: right;
	color: #fff;
	font: 300 12px arial;
	background: #369;
}

#footer a:link { 
	color: #fff;
}
#footer a:visited { 
	color: #fff;
}
#footer a:hover { 
	color: #FFFF33;
}
#header-container {
	text-align: center;
	letter-spacing: +10px;
	font: 900 28px courier;
	background: #000;
}

#header {
	color: #111;
	font-weight: 600;
	z-index: 2;
}
#header-shadow {
	color: #555;
	z-index: 1;
}
ul.filelist {
	padding: 5px;
}
li.filelist {
	font: 600 16px courier;
	list-style-type: none;
	color: #999;
	padding: 2px;
}
li.filelist:before {
	content: 'Found entry:';
	padding-right: 6px;
}
#link0 {
	color: #fff;
}
