body, * {
	background: #000;
	font-family: courier new, courier, monospace;
	font-size: 12px;
	color: #eee;
}
#page {
	background: #000;
	font-family: courier new, courier, monospace;
	font-size: 12px;
	color: #eee;
	line-height: 12px;
	margin: auto;
	background: transparent;
	display: table;
	text-align: left;	
}
#chatmsg1 {
	overflow: hidden !important;
}
h2 {
	font-family: verdana;
	font-size: 10px;
	margin: 3px 0px 0px 0px;
	padding: 0px;
}
textarea {
	border: 0;
	background: transparent;	
}
