<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #642930;
	color: #fff;
}

td, th {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	color: #fff;
}

a {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #E8D174;
}

h1, h2, h3 {
	font-size: 16px;
	font-weight: bold;
	color: #E8D174;
}

h1 {
	text-align:center;
}

h2, h3 {
	text-align: left;
}

h3 {
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.accent {
	font-weight: bold;
	color: #E8D174;
}

#menu_tab td {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-image: url('gfx/interface_05.gif');
	width: 150px;
	height: 30px;
}

#menu_tab td.header {
	background-image: url('gfx/interface_03.gif');
	height: 24px;
}

#menu_tab td.footer {
	background-image: url('gfx/interface_07.gif');
	height: 24px;
}

#menu_tab a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#menu_tab a:hover {
	color: #E8D174;
}

.odd {
	background-color:#763139;
}

.even {
	background-color:#642930;
}

.dec_no {
	background-color: #f00;
}

.dec_accept {
	background-color: #060;
}
.dec_poster {
	background-color: #555;
}
.dec_move {
	background-color: #00f;
}</pre></body></html>