body {
  padding-left: 1em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  color: yellow;
  background: black;
}

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

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

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

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

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

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

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

/* 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: yellow;
}

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

a:link {
  color: blue }

a:visited {
  color: red }

