<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font: 1em Arial, Tahoma, Verdana, sans-serif;
	color: #2B3334;
}

h1, h2, h3, h4, h5, h6, h7, p, ul, ol, li, cite, hr, fieldset, img, dl, dt, dd {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style-type: none;
	list-style: none;
}

a, a:hover {
  color: #000000;
  text-decoration: underline;
}

.hidden, #hidden {
	position: absolute;
	display: none;
}
.cleaner {
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}


table {
	margin: 6px 10px;
	border-collapse: collapse;
}

hr {
	height: 0;
	margin-left: 0;
	margin-right: 0;
	background: 0;
	border-width: 0 1px 1px 1px;
	border-style: solid;
}

/* -------------------------------------------------------------------- */

#header_link .homepage {
	display: none;
}
#header_link .sitemap {
	display: none;
}
#header_link .rss {
	display: none;
}
#header_link .print {
	display: none;
}


#logo {
  font-size: 2.2em;
}
#logozone #logo a, #logozone #logo a:hover {
	color: #000000;
	text-decoration: none;
}
#logozone #logo img {
	border: none;
}
#header #logozone #moto {
	font-size: 1.2em;
}

/* -------------------------------------------------------------------- */


h1 {
	font-size: 1.8em;
	font-weight: normal;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
}
h2 {
	font-size: 1.8em;
	font-weight: normal;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
}
h3 {
	font-size: 1.5em;
	padding: 5px 0 8px 0;
	text-decoration: underline;
	font-weight: normal;
	text-transform: none;
}
h4 {
	font-size: 1.2em;
	padding: 5px 0 8px 0;
	text-decoration: underline;
	font-weight: normal;
}
h5, h6 {
	font-size: 1em;
	padding: 5px 0 8px 0;
	text-decoration: none;
	font-weight: bold;
}

#menuzone {
	margin: 10px;
}

.content ul {
	padding-left: 25px;
}
.content ul ul {
	margin-left: 0;
	padding-left: 15px;
}
.content ul li {
	list-style: none url(../img/arrow.png);
	padding: 2px 0 2px 0;
}
.content ol {
	margin-left: 40px;
}
.content ol li ol, .content ol li ul {
	margin-left: 0;
}
.content ol li {
	list-style: decimal outside none;
	list-style-type: decimal;
	padding-top: 2px;
	padding-bottom: 2px;
}
.content ol li ol {
	margin-left: 20px;
}

.content img {
	margin: 5px;
}

/* -------------------------------------------------------------------- */


.level-1 {
	margin-left: 0px;
}
.level-2 {
	margin-left: 30px;
}
.level-3 {
	margin-left: 60px;
}
.level-4 {
	margin-left: 90px;
}
.level-5 {
	margin-left: 120px;
}

/* -------------------------------------------------------------------- */

.content ul.ServerMap {
	padding-left: 5px;	
}
.content ul.ServerMap li {
	padding-top: 3px;
}
.content ul.ServerMap ul {
	padding-left: 15px;
}


</pre></body></html>