body {
  padding-left: 1em;
  font-family: Georgia, "Times New Roman", Times, serif;
/*  font-weight: bold; */
  color: black;
  background: url("mediaused/water.jpg");
}

h1 {
   font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif
   }

h1.navHint {
   font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
   font-weight: bold;
   font-size: 1em;
   color: blue;
   }

h2 {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, serif;
  font-weight: bold;
  font-size: 1em;
  color: black;
  border-color: transparent;
  border-top: 1em solid transparent;
 }

h3 {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, serif;
  font-weight: bold;
  font-size: 2em;
  color: black;
  border-color: transparent;
  border-top: 1em solid transparent;
 }

/* For picture titles only... */
h4 {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, serif;
  font-weight: bold;
  font-size: 4em;
  color: blue;
  border-color: transparent;
  border-top: 1em solid transparent;
 }

h4.subHeading {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, serif;
  font-weight: bold;
  font-size: 4em;
  color: black;
  border-color: transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
 }

.pageDescription {
  font-family: Georgia, "Times New Roman", Times, serif;
}

p.QuestionDescription {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, serif;
  font-size: 4em;
  font-weight: bold;
  border-color: transparent;
  border-top: 1em solid transparent;
  color: black;
}

/* For the paragraph that describes the page's contents... */
p.pageDescription {
  font-size: x-large;
  color: black;
}

.itemDescription {
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* For the paragraph that describes the page's contents... */
p.itemDescription {
  font-size: large;
  color: black;
}

.thumbnailText {
  font-family: Georgia, "Times New Roman", Times, serif;
}
/* For the title underneath a thumbnail picture... */
p.thumbnailText {
  font-weight: bold;
  color: black;
}

div.thumbnail {
  width: 250px;
  float: left;
  margin: 0 10px 10px 0;
/*  background: url(mediaused/thumbnailshadow.gif) no-repeat; */
}

div.thumbnail img {
  border: 1px solid;
  margin: 10px 0 0 10px;
}

div.thumbnail p {
  margin: 0;
  padding: 0 20px 30px 10px;
/*  background: url(mediaused/thumbnailshadow.gif) no-repeat; */
}

.clear {
  clear: left;
}

/* For the email address and modified date on each page... */
.addrDate {
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
}

/* For the email address and modified date on each page... */
p.addrDate {
  font-size: 1em;
  color: blue;
}

div.addrDate {
  margin: 0 10px 10px 0;
  position: relative;
}

div.navLinks {
  margin: 0 10px 10px 0;
  position: relative;
}

ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 9em }

ul.navbar li {
  background: white;
  margin: 0.5em 0;
  padding: 0.3em;
  border-right: 1em solid black }

ul.navbar a {
  text-decoration: none }

a: {
  padding: .4em 0;
  position: relative;
  z-index: 1 }

a:link {
  color: #0a1;
  border-bottom: 1 px solid #0a1 }

a:visited {
  color: red;
  border-bottom: 1 px solid red }

a:hover {
  color: purple;
  border-bottom: 1 px solid purple }

address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }
