body {
  font-family: "Times New Roman", serif;
  background-color: white;
  color: black;
  margin-left: 5%;
  margin-right: 5%;
}

a {
  font-weight: bold;
}

a:link {
  color: #33c;
}

a:visited {
  color: #063;
}

a:active, a:hover {
  background-color: #fcc;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 5%;
}

li {
  margin-bottom: 0.75em;
}

dd {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}

dt {
  font-weight: bold;
}

p, dl, dd {
  margin-left: 5%;
}

ul {
  margin-left: 5%;
}

ol {
  margin-left: 10%;
}

ul ol, ol ol {
  margin-left: 5%;
}


.indent {
  margin-left: 10%;
  margin-right: 10%;
}

.indent5 {
  margin-left: 5%;
}

.menu {
  text-align: center;
  background-color: #c9f;
  color: #33c;
  padding: 10px;
  margin-left: 25%;
  margin-right: 25%;
}

.menu2 {
  text-align: center;
  margin-left: 25%;
  margin-right: 25%;
}    

.menu a:hover {
  background-color: #fc9;
}

.thumb th {
  font-family: monospace;
  font-size: 100%;
  text-align: center;
}

.thumb th .remark {
  font-size: 75%;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
}

.thumb td {
  text-align: center;
}

/*
.thumb a:hover {
  background-color: white;
}
*/

.alert {
  color: red;
  font-weight: bold;
}

.old {
  text-decoration: line-through;
}

/*
table {
  margin-top: 30px;
  margin-bottom: 30px;
}
*/

.footer {
  font-style: italic;
  font-size: smaller;
}

.emailaddr {
  font-family: monospace;
  font-weight: normal;
}

.hitcount {
/*
  font: normal xx-small sans-serif;
  color: #c0c0c0;
*/  
}

.caption {
  font-style: italic;
  font-size: smaller;
  text-align: center;
/*
  margin-left: 20%;
  margin-right: 25%;
*/
}

/* ssi script that welcomes visits with a referer from a search engine */
.searcher {
  font: normal smaller sans-serif;
  text-align: center;
  color: #555;
}

.searcher a {
  color: #555;
  text-decoration: none;
}


/* highlights the search string */
.srchkeyword {
/*
  font-family: monospace;
  font-style: bold;
*/  
}
