@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	color:#0F0;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	}
	
a {
	color:#090;
	font-weight:bold;
	}
	
#cursorTxt {
	background-color:#000000;
	color:#0F0;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	border:none;
	width:90%;
	padding:0px;
	margin:0px;
	}

#cursorTxt:focus {
	border:#000000 solid 1px;
	background-color:#000000;
	outline:none;
	}
	
#screenDiv {
	/*width:1000px;*/
	color:#0F0;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	position:relative;
	top:0px;
	left:0px;
	}
	
#titleDiv {
	}