@CHARSET "ISO-8859-1";

body {
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	color: #258AAA;
	background-color: #000;
	margin: 0;
}

div {
	margin-left: 10px;
	margin-top: 10px;
}

h2 {
	margin: 0;
}

h3 {
	margin-top: 5px;
	margin-bottom: 8px;
}

h4 {
	margin-top: 5px;
	margin-bottom: 2px;
	font-weight: normal;
	color: #516979;
}

ul {
	margin-top: 0;
	margin-left: 0;
	line-height: 150%;
	list-style-type: square;
	list-style-position: inside;
	padding: 0;
}

li {
	
}

input {
	background-color: #111;
	color: #89C7C5;
	border: 1px solid #213949;
	padding-left: 3px;
	padding-right: 3px;
}

.post {
	font-size: 10pt;
	background-color: #213040;
	color: #eee;
	padding: 6px;
	margin: 0;
	line-height: 160%;
	border: 1px solid #888;
}

a:link {
	color: #79b5b7;
	text-decoration: none;
}

a:visited {
	color: #598780;
	text-decoration: none;
}

a:hover {
	color: #00A8BF;
	text-decoration: underline;
}

a:active {
	color: #89C5C7;
}

.note {
	color: #213949;
	font-style: italic;
	font-size: 9pt;
}

.details {
	font-size: 7pt;
	line-height: 120%;
}

pre {
	display: block;
	border: 1px solid #8c8;
	padding: 6px;
	background-color: #484;
}