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

body {
	background-color	: #000;
	margin				: 0px;
	padding				: 0px;
	font-family			: "Courier New", Courier, monospace;
	font-size			: 16px;
	color				: #FFF;
}

input {
	font-family			: "Courier New", Courier, monospace;
	font-size			: 16px;
	background-color	: #444;
	border				: none;
	cursor				: pointer;
	color				: #FFF;
}

div {
	filter						: chroma(color=#2D2E2E);
	scrollbar-face-color		: #2D2E2E;
	scrollbar-shadow-color		: #9C0000;
	scrollbar-highlight-color	: #9C0000;
	scrollbar-3dlight-color		: #6C0000;/*161717;*/
	scrollbar-darkshadow-color	: #6C0000;/*#161717;*/
	scrollbar-track-color		: #2D2E2E;
	scrollbar-arrow-color		: #FF8888;
	font-family					: "Courier New", Courier, monospace;
	font-size					: 16px;
	color						: #FFF;
}

td {
	font-family			: "Courier New", Courier, monospace;
	font-size			: 16px;
	color				: #FFF;
}

a {
	font-family			: "Courier New", Courier, monospace;
	font-size			: 16px;
	color				: #CCC;
	text-decoration		: none;
}

a:hover {
	font-family			: "Courier New", Courier, monospace;
	font-size			: 16px;
	color				: #FFF;
	text-decoration		: underline;
}

p {
	font-family			: "Courier New", Courier, monospace;
	font-size			: 16px;
	color				: #FFF;
}

h6 {
	font-family			: "Courier New", Courier, monospace;
	font-size			: 16px;
	color				: #4e4e4e;
}
h6 a {
	font-family			: "Courier New", Courier, monospace;
	font-size			: 16px;
	color				: #8e8e8e;
	text-decoration		: none;
}
h6 a:hover {
	font-family			: "Courier New", Courier, monospace;
	font-size			: 16px;
	color				: #cecece;
	text-decoration		: underline;
}