body {
  background-color:  #ccccff;
}


/* The title/menu bar div - default */
.titlebar {
  position:absolute;
  left:0;
  right:0;
  height: 40px;
  padding-left:10px;
  padding-top:10px;
  border-bottom: inset;
  background-color: #ccccff;
}


/* Titlebar links/options */
.links {
  position: absolute;
  right: 10px;
}

.logoText {
  font-family: Impact, Charcoal, sans-serif;
  font-size: 150%;
}



.currentPage {
  font-weight: bold;
}

.emphasis {
  font-weight: bold;
}

.highlight {
  color:red;
}

.notabene {
  font-style: italic;
}

.hidden {
  display: none;
}

.strike {
  text-decoration: line-through;
}

