<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @group global */

html, body {
	height: 100%;
}
body {
	background: #000 url('../src/back.gif') repeat-x;
	font: 14px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
body, h1, h2, h3, h4, h5, p, ul, li, img, form, dl, dd, dt {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

a, a:hover, a:active, a:visited, a:link {
	text-decoration: none;
	color: #fff;
	outline: 0;
	cursor: pointer;
}

p {
	font: 12px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #5e5e5e;
}

ul, li {
	font-size: 12px;
	color: #FFF;
}

.center {
	text-align: center;
}

.nodisplay {
	display: none;
}

.placel {
	float: left;
	clear: left;
}

.placer {
	float: right;
	clear: right;
}

.clear {
	clear: both;
}

h2 {
	font-size: 18px;
}

textarea:focus, input:focus {
	outline: none;
}

/* @end */</pre></body></html>