<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Normal, standard links. */

.nav, .nav:link, .nav:visited, a:link, a:visited, a:active	  { text-decoration: none; color: #A0B184;
		  font-weight: normal; }

a.nav:hover, a:hover { text-decoration: none; color: #53633B;
		  font-weight: normal; }

a:link.hidden, a:visited.hidden, a:active.hidden, a:hover.hidden
		  { text-decoration: none; color: white; font-style: normal; }

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td
{
	color: #ffffff;
	font-size: small;
}

body,html	 { background-color: #003300; font-size: 10pt;
		  color: white; text-align: left;
		  font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif;
		  SCROLLBAR-FACE-COLOR: #004400; SCROLLBAR-HIGHLIGHT-COLOR: #000000;
		  SCROLLBAR-SHADOW-COLOR: #65721e; SCROLLBAR-3DLIGHT-COLOR: #65721e;
		  SCROLLBAR-ARROW-COLOR: #001100; SCROLLBAR-TRACK-COLOR: #003300;
		  SCROLLBAR-DARKSHADOW-COLOR: #001100;
	margin: 0px;
	padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */

input, textarea, button
{
	font-size: 8pt;
	color: #000000;
	background-color: #869F54;
	font-family: Tahoma, arial, helvetica, serif;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;
}

/* Standard horizontal rule.. */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #5B6046;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: 8pt;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #869F54;
	border: 1px solid #000000;
	padding: 1px;
	font-family: "courier new", helvetica, "times new roman", serif;
	font-size: 8pt;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #ffffff;
	background-color: #004900;
}
.windowbg2
{
	color: #ffffff;
	background-color: #003300;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	font-style: normal;
	background-color: #003300;
	border 1px solid #97AE6B;
}
.titlebg a:hover
{
	color: #dfdfdf;
}

/* The category headers, page indexes, and such things - catbg2 is used for "new" posts. */
.catbg
{
	font-weight: bold;
	background-color: #53633B;
	color: #ffffff;
}
.catbg2
{
	font-weight: bold;
	background-color: olive;
	color: #ffffff;
}
.catbg
{
	background-image: url(images/titleback.gif);
}
.catbg2
{
	background-image: url(images/titleback.jpg);
}

/* The borders around things. */
.bordercolor
{
	background-color: olive;
}
.tborder
{
	border: 1px solid #53633B;
	background-color: #65721e;
	padding: 2px;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
	font-family: Tahoma, arial, helvetica, serif;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

/* This is for the special header boxes on the top - it's not used elsewhere. */
.headertitles
{
	background-color: #97AE6B;
	border: 1px solid #97AE6B;
}
.headerbodies
{
	border: 1px solid #77A777;
	background-color: #65721e;
	background-repeat: repeat-x;
	background-position: bottom;
}</pre></body></html>