body {
  color: #fff;
  background-color: #000;

  scrollbar-face-color: #000000;
  scrollbar-shadow-color:#21A4FF;
  scrollbar-highlight-color:#21A4FF;
  scrollbar-3dlight-color: #000000;
  scrollbar-darkshadow-color:#000000;
  scrollbar-arrow-color: #21A4FF;
  scrollbar-track-color: #000000;
}

a:link, a:visited, a:link:active, a:visited:active {
  color: blue;
}

a:hover {
  background-color: blue;
  color: #000;
}

.siteLogo {
	background-image: url(../images/mokita-bl.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 58px;
	width: 298px;
}


#headLinks {
  bottom: 5px;
}

#headLinks a {
  color: blue;
}

#headLinks a:hover {
  background-color: blue;
  color: #000;
}

#headLinks ul {
  border: 2px solid blue;
}

.currentPage {
  font-weight: bold;
  background-color: blue;
  color: #000;
}

#mainContent {
text-align: center
}

#mainContent a {
  margin: 10pxpx;
}

#leftCol {
float: left;
margin-right: 50px
}

h6 {
clear: both;
}
