
body {
    width: 100%;
    height: 100%;
  color: grey;
    font-family: 'Courier New', monospace;
overflow-x: hidden;
background-color: black;
font-size: 15px;
}

pre{
  color: #00ff00;
  }



i{
  font-size: 12px;
  }

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




textarea {
	font-family: verdana,Helvetica!important;
	display: block;
	background: #fff;
	color: #666666;
	border: 0;
	width: 83px;
	height: 31px;
	margin: 10px 0;
	font-weight: bold;
	font-size: 6pt;
}
textarea:hover {
	background: #999999;
	color: #00ff00;
}
