body {
  font-family: verdana;
  background-color: #ffffff;
  background-image: url('img/logo.gif');
}
h1.bodyH1 {
  font-family: verdana;
  font-size: 4.0em;
  font-weight: bold;
  text-align: center;
}
h2.bodyH2 {
  font-family: verdana;
  font-size: 3.0em;
  font-weight: bold;
  text-align: center;
}
div.master {
  background-color: #ffffff;
  margin: 0 auto;
  width: 92%;
  border: .25em solid;
}
div.topSpace {
  height: 3em;
}
div.footer1 {
  color: green;
  font-size: 0.8em;
}
div.footer2 {
  color: green;
  font-size: 0.8em;
}
li.pageIsMe {
  font-weight: bold;
  color: red;
  list-style-type: none;
  font-size: 2em;
  background-color: grey;
}
li.pageIsNotMe {
  font-weight: normal;
  color: blue;
  list-style-type: none;
  font-size: 2em;
  background-color: lightgrey;
}
ul.sideMenu {
  padding: 0em 0em;
}
a.menuItem {
  display: block;
  text-decoration:none;
}
span.currentTab {
  font-weight: normal;
  color: white;
  font-size: 1.8em;
  background-color: grey;
  width: 4.6em;
  float: left;
}
span.tab {
  font-family: verdana;
  font-weight: normal;
  color: blue;
  font-size: 1.8em;
  background-color: lightgrey;
  width: 4.6em;
  float: left;
}
td.topMenu {
  background-color: lightgrey;
}
nav.topMenu {
  background-color: lightgrey;
  padding: 1em 0em;
}
a.topMenuItem {
  text-decoration:none;
}
.sans {
  font-family: 'Open Sans';
}
.tangerine {
  font-family: Tangerine;
}
.text0_5 {
  font-size: 0.5em;
}
.text1_0 {
  font-size: 1.0em;
}
.text1_5 {
  font-size: 1.5em;
}
.text2_0 {
  font-size: 2.0em;
}
.text3_0 {
  font-size: 3.0em;
}
.text4_0 {
  font-size: 4.0em;
}
