/* Global reset of paddings and margins for all HTML elements */
* { margin: 0; padding: 0; }

/* Correction: margin/padding reset caused too small select boxes. */
option { padding-left: 0.4em; }

/* Clear borders for <fieldset> and <img> elements */
fieldset, img { border: 0 solid; }

/* new standard values for lists, blockquote and cite */
ul, ol, dl { margin: 0 0 1em 1em; }

/* quickfix IE6 float / position: relative bug for list elements */
ul, ol, dl { position: relative; }
/* li { margin-left: 1.5em; line-height: 1.5em; } */
dt { font-weight: bold; }
dd { margin: 0 0 1em 2em; }
blockquote, cite { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto; }

body {
    position:relative;
    font-size: 62.5%; /* sets 1em to 10px */
    font-family: Courier;
    background: #000000;
    color: #ffffff;
}

a:link, a:visited {
    color: #ffffff;
}

a#actual, a:hover, a:active {
    color: #ffffff;
}

#console {
	float: left;
	margin: 10px;
}

#cursor {
    height: 14px;
    width: 10px;
    float: left;
}

.system {
	float: left;	
}

.leftFloat {
	float: left;
}

.clearer {
    clear: both;
}
