body {
	background-color: #ffffff;
	color           : #000000;
	text-align      : center;
}

div.header {
	top            : 0px;
	height         : 27px;
	padding-bottom : 1px;
	background-color: #EEEEFF;
}

div.navi {
	height         : 25px;
	width          : 80%;
	background-color: LightCoral;
}

div.main {
	margin-left: 1px;
}

div.description {
	margin-left: 1px;
	top             : 60px;
	margin-top      : 20px;
	width           : 740px;
	font-size       : 9pt;
	padding         : 2pt;
	background-color: #ffccff;
	color			: blue;
}

div.menu {
/*	position        : absolute;	*/
	top             : 60px;
	left	        : 0px;
	width           : 120px;
	height          : 600px;
	font-size       : small;
	padding         : 2pt;
	border-right    : #AABBFF 1px solid;
	border-bottom   : #AABBFF 1px solid;
	color           : #000000;
	background-color: tan;
	word-break      : break-all;
}

.footer {
	border-top  : #000088 1px dotted;
	margin-top  : 20px;
	padding-top : 5px;
	text-align  : right;
	font-size   : 80%;
	font-style  : italic;
}

hr {
	color : #AABBFF;
}

h1 {
	text-align       : left;
	background-color : #FFFFFF;
	font-family      : Verdana,Arial,Helvetica,sans-serif;
}

h2 {
	background-color : #AABBFF;
	font-family      : Verdana,Arial,Helvetica,sans-serif;
	padding          : 4pt 3pt 2pt 8pt;
/*	padding-left     : 4pt; */
	margin-bottom    : 5px;
}

h3 {
	border-left   : #AABBFF 10px solid;
	border-top    : #AABBFF 5px solid;
	border-right  : #AABBFF 1px solid;
	border-bottom : #AABBFF 1px solid;
	font-family   : Verdana,Arial,Helvetica,sans-serif;
	padding-left  : 3pt;
	margin-bottom : 5px;
}

h4 {
	border-left   : #AABBFF 10px solid;
	padding-left  : 4px;
	font-family   : Verdana,Arial,Helvetica,sans-serif;
	padding-left  : 2pt;
	margin-bottom : 5px;
}

a.wikipage:link {
  text-decoration : underline;
}

a.wikipage:visited {
  text-decoration : underline;
}

a.wikipage:hover {
  background-color: #DDDDDD;
  text-decoration : underline;
}

