div.tabArea {
  font-family: arial;
  font-size: 100%;
  font-weight: bold;
}

a.tab {
  background-color: #ffffff;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: -1px;
  z-index: 100;
}

a.tab, a.tab:visited {
  color: #00a2e8;
}

a.tab:hover {
  background-color: #00a2e8;
  color: #ffffff;
}

a.tabimage {
  background-color: #ffffff;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: -1px;
  z-index: 100;
}