h1 {
  font-family : monospace;
  font-size : 28px;
  font-weight : bold;
  color : #aaaaaa;
  background-color: #ffffff;
  text-transform: capitalize;
}

h2 {
  text-transform: capitalize;
}

h4.tip {
  text-transform: capitalize;
  text-align: center;
}

td {
  vertical-align:top;
}

tr.odd {
  background-color: #EEEEEE;
}

tr.even {
  background-color: #E5E5E5;
}

th {
  background-color: Silver;
  color:Black;
  font-weight: bolder;
  text-align: center;
}

td.navbarHeader {
  border-top:    1px solid #909090;
  background-color: #dddddd;
  color:Black;
  text-align: left;
  white-space: nowrap;
  padding-left : 0.5ex;
  padding-right: 0.5ex;
}


td.navbarItem {
  background-color: #eeeeee;
  color:Black;
  text-align: left;
  white-space: nowrap;
  padding-left : 1ex;
  padding-right: 1ex;
}

#navbar ul {
  padding-left: 0.4em;
}

#navbar li {
  list-style-type: none;
  font-size: smaller;
}

#navbar ul.sectionquicklink {
  padding-left: 1em;
}

td.content {
  width: 100%;
}

td#mainContents {
  padding-left : 1em;
  padding-right : 1em;
}

*.body {
  margin-left : 5%;
  margin-right : 3%;
}

img {
  border: none;
}

p.copyright {
  text-align: center;
}

span.code {
  white-space: nowrap;
  font-family: monospace;
  font-weight: bold
}

span.default {
  white-space: nowrap;
  font-family: monospace;
}

div.tip {
  margin-left : 5%;
  margin-right : 5%;
  padding-left: 2%;
  padding-right: 2%;
  background-color: Silver;
  color:Black;
  border: ridge;
}
