html, body {
    height: 100%;
}

body {
	background-color: #333333;
	margin: 0;
}

.text {
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	color: #009900;
	font-weight: normal;
}

h1 {
	font-family: Verdana,Arial,sans-serif;
	font-size: 13pt;
	line-height: 15pt;
	color: #00CC00;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
}

b, strong { color: #00CC00; font-weight: bold; }

a.textlink {
	font-family: Verdana,Arial,sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	color: #00CC00;
	text-decoration: none;
}
a.textlink:hover { color: #333333; background-color: #00CC00; }

ol {  }
li { margin-top: 10px; font-weight: bold; color: #00CC00; }



/* hack for FF3 1px background shift bug */
/* http://www.peterkroener.de/bug-im-firefox3-body-hintergrundbild-um-1pixel-verschoben/ */
html>/**/body, x:-moz-any-link, x:default { position:relative; left:-0.1px; }

