body {
	text-align:center; /* Hack for IE5/Win */
	scrollbar-face-color: white; 
	scrollbar-shadow-color: gray; 
	scrollbar-highlight-color: silver; 
	scrollbar-3dlight-color: white; 
	scrollbar-darkshadow-color: black; 
	scrollbar-track-color: silver; 
	scrollbar-arrow-color: gray; 
}

.body {
	width: 550px;
	margin: 0px auto;
	background-color:white;
	text-align: left;
}

.lang {
	font-size: 9px;
	text-align: right;
	padding-right:10px;
}

.topbar {
	border: 1px solid gray;
	padding-left: 10px;
	padding-top:5px;
	padding-bottom:5px;
	margin: 5px 10px;

	font-family: sans-serif;
	font-size:10px;
}

.menu .item {
	margin-left:5px;
	margin-right: 5px;
}
.menu .active{
	margin-left:5px;
	margin-right: 5px;
	font-weight: bold;
	color: black;
}

.menu a {color: gray; text-decoration: none}
.menu a:visited {color: gray; text-decoration: none}
.menu a:hover {color: black; text-decoration: none}

.content {
	font-family: sans-serif;
	font-size: 14px;
	padding: 25px;
	border:1px solid gray;
	margin: 10px 10px;
}

.content h1 {
	font-size: 22px;
}
.content h2 {
	font-size: 16px;
}

.content img {
	border:0px;
}
.content a {color: gray; text-decoration: underline }
.content a:visited {color: black; text-decoration: none; border-bottom: 1px dashed black;}
.content a:hover {color: black; text-decoration: none}

.content select {
	color: gray;
	background: inherit;
	border: thin solid black;
}


.credits {
   color:gray;
   font-size:8pt;
	font-family:sans-serif;
	margin: 10px;
	padding: 10px;
	border-top: 1px solid gray;
}

.credits .menu {
	width:30em;
	float:left;
}

.credits .copyright {
	width:15em;
/*	border:1px solid black;*/
	text-align:right;
	float:right;
}



