/* Adapted from https://github.com/CodeNerve/CodeNerve.github.io  */

body {
	background-color: #000
}

#console {
	font-family: courier, monospace;
	color: #fff;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	font-size: 14px;
    line-height: 10px;
    white-space: nowrap;
}

a {
	color: #FF8C00;
	text-decoration: none;
}

#a {
	color: ##e98000;
}

#op{
    	color: #888888
}

