body {
  color: #006;
  background-color: #a30;

  scrollbar-face-color: #040346;
  scrollbar-shadow-color:#040346;
  scrollbar-highlight-color:#9A2E00;
  scrollbar-3dlight-color: #000000;
  scrollbar-darkshadow-color:#9A2E00;
  scrollbar-arrow-color: #040346;
  scrollbar-track-color: #9A2E00;
}

a:link, a:visited, a:link:active, a:visited:active {
  color: #006;
}

a:link:hover, a:visited:hover {
  text-decoration: line-through;
}

.siteLogo {
	background-image: url(../images/mokita-db.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 58px;
	width: 299px;
}

#headLinks {
  bottom: 5px;
}

#headLinks a {
  color: #006;
}

#headLinks a:hover {
  background-color: #006;
  color: #a30;
}

#headLinks ul {
  border: 2px solid #006;
}

.currentPage {
  font-weight: bold;
  background-color: #006;
  color: #a30;
}

#mainContent {
  text-align: center;
  font-weight: bold;
}

TD { text-align: center}


.product {
  font-family: "Times New Roman", serif;
  font-style: italic;
}
