@font-face {
	  font-family: "Bitstream Vera Sans";
	  src: url(/fonts/vera.ttf) format("truetype");
}
@font-face {
	  font-family: "Bitstream Vera Sans Bold";
	  src: url(/fonts/verabd.ttf) format("truetype");
}
@font-face {
	  font-family: "Bitstream Vera Sans Mono";
	  src: url(/fonts/veramono.ttf) format("truetype");
}
@font-face {
	  font-family: "Bitstream Vera Sans Mono Bold";
	  src: url(/fonts/veramobd.ttf) format("truetype");
}

a:hover { color: #ffffff; }
a.exe { color: #dc143c; }
a.exe:hover { color: #ffb6c1; }
a.folder { color: #4169e1; }
a.folder:hover { color: #00bfff; }
a.test { color: #7b68ee; }
a.test:hover { color: #ba55d3; }
a.diamond { color: #000000; }
a.diamond:hover { color: #1e90ff; }
a.error { color: #bbbbbb; }
a.error:hover { color: #bbbbbb; }
a[href^="mailto"] { color: grey; }
body {
	background: #131313;
}
img {  
border-style: none;
}

#banner {
	color: #bbbbbb;
	margin: 15px;
	width: 600px;
	letter-spacing: 1px;
	line-height: 2em;

	font-family: 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', 'Lucida Console', 'Courier New', monospace;
	font-size: 8pt;
}

#bannerascii pre {
	color: #bbb4f2;
	margin: 15px;
	width: 600px;
}

#command {
	margin: 15px;
	width: 600px;
	color: #bbbbbb;
//	font-family: 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', 'Lucida Console', 'Courier New', monospace;
	font-size: 8pt;
}

#command_prompt {
	color: #9acd32;
//	font-family: 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', 'Lucida Console', 'Courier New', monospace;
	font-size: 8pt;
}

#footer {
	width: 100%;
	color: #464646;
	cursor: default;
	font-family: 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', 'Lucida Console', 'Courier New', monospace;
	font-size: 8pt;
	position: fixed;
	height: 32px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
#footer_pics {
	color: #464646;
	cursor: default;
	position: fixed;
	height: 32px;
	top: auto;
	right: 1px;
	bottom: 0;
	left: 0;
	text-align: right;
}

#status_text {
	font-size: 8pt;
}

#status_time {
	font-style: italic;
	font-size: 9px;
}
	