/*
 *
 *	index.css
 *	CSS Stylesheet for /coder/index.php
 *	Created by Ian White
 *	Copyright 2008.
 *
 */

body {
	font-family:"Courier New";
	font-size:10px;
	background-color:black;
}

span.letter, span.cursor, span.return, span.tab, span.whitespace  {
	display:inline;
	font-family:"Courier New";
	height:1.1em; 
	line-height:1.1em; 
	font-size:1.6em;
	color: rgb(0,255,0);
	
}

span.cursor {
	background-color: rgb(0,255,0);
	color:black;
}

span.blink {
	color: rgb(0,255,0);
	background-color: rgb(0,0,0);
}

span.whitespace {
	visibility:visible;
	color: #555555;
}

div#status {
	position:absolute; 
	bottom:10px; 
	color:white; 
	font-family:Courier; 
	font-size: 12px;
}