body {
	color: #ffffff;
	background-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #808080;
	scrollbar-shadow-color: #808080;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #dcdcdc;
	scrollbar-track-color: #696969;
	scrollbar-darkshadow-color: #000000;
	margin: 0em;
}

div.title {
	background-color: #333;
	margin: 0em 0em 2em 0em;
	padding: 0.2em 0.2em 0.2em 0.2em;
	text-align: center;
	border-color: #000;
	border-style: double;
	border-width: 6px 6px 6px 6px;
}


div.overall {
	margin: 2em 1em 2em 1em;
}

div.topic {
	margin: 2em 2em 2em 2em;
	background-color: #333;
}

div.content {
	margin: 2em 3em 2em 3em;
}

div.unit {
	margin: 0.5em 0em 4em 2em;
	padding: 0.1em 0.5em 0.3em 1em;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #aaa;
	line-height: 1.5;
}

div.flamemenu {
	margin: 0 1em 0 0em;
	text-align: right;
	font-size: 12pt;
}

div.flameright {
	margin: 0 0em 0 1em;
	width: 260;
}

div.menu {
	margin: 0 0em 0 0em;
	padding: 0.4em 0 0.4em 0;
	border-width: 0px 0px 1px 1px;
	border-style: dashed;
	border-color: #808080;
	background:#000 url(graphic/grad_gray.jpg) no-repeat 50% 100%;

}

div.category {
	margin: 0em 0em 0em 0em;
	padding: 0.1em 0.3em 0.2em 0.3em;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #888888;
	background-color: #303030;
}

div.underline {
	margin: 0.5em 0em 0.5em 2em;
	text-decoration:underline;
}

div.right {
	text-align: right;
}

div.center {
	text-align: center;
}


div.flameleft {
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
;	float: left;
	width: 325;
	border-right: 1px dashed #606060;

}

div.flamecenter {
	clear:	left;
	margin: 0em 0em 0em 0em;
	padding: 0em 0.5em 0em 0em;
;	float: left;
;	width: 450;
	text-align: center;
}


div.flamenormal {
	clear: right;
}


}
li.category {
	padding: 0em 1em 0em 2em;
	margin: 0em 0em 0.3em 0em;
	list-style-type: none;
	background-color: #303030;
}

li.normal {
	line-height:1.5em;

}

div.normal {
	line-height:1.5em;

}
h1 {
	margin: 0em;
}

h2 {
	background-color: #303030;
	padding: 0.2em 8em 0.2em 8em;
	margin: 0em 0em 2em 0em;
	text-align: center;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px 0 1px 0;
}

h3 {
	background-color: #333;
	border-color: #ccc;
	border-style: solid;
	border-width: 0px 0px 1px 15px;
	margin: 0em 0em 0em 0em;
	padding: 3px 0em 1px 0.6em;
}

h4 {
	color:#8888ff;
	margin: 0.2em 0em 0.2em 2em;
	text-decoration: underline;
}

hr {
	margin: 2em 2em 2em 2em;

}
A:link { text-decoration:underline; color:#55FF55 ;}
A:visited { text-decoration:underline; color:#55FF55 ;}
A:active { text-decoration:underline; color:#55FF55 ;}
A:hover { text-decoration:underline; color:#FF5555 ;}
