html {
     overflow: -moz-scrollbars-vertical;
}
Body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCD9CC;
	text-align: center;
	background-color: #336633;
}
#wrapper {
width: 700px;
  margin-left: auto;
  margin-right: auto;
}
a, a:visited, a:link, a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #9AB39A;
}
div.Main {
	border: 1px #1A331A dotted;
	width:700px;
	text-align: justify;	

}
div.Copyright {
margin-top: 10px;
	border-top: #9AB39A 1px solid;
	text-align:center;
	width: 700px;
}
div.tekst {
	border: #668D66 1px solid;
	padding: 10px;
	width: 90%;
	text-align: justify;
}
H1 {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
div.mnActive {
	border-bottom: #668D66 1px solid;
}
div.mnNormal {
	border-bottom: #336633 1px solid;
}
td.podium {
background-color: #FFFFFF;
color: #000000;
text-align: center;
}
p {
	margin-bottom: 50px;
}