@charset "UTF-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	top: 0;
}
*{
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	color: #FFF;
	background-color: black;
	font-size: 12pt;
}