html, body {
   margin: 0;
   padding: 0;
   background-color: #996;
   color: rgb(255,255,204);                  /* tan */
   font-family: Arial, sans-serif;
   scrollbar-base-color: #86F;
   scrollbar-base-color: rgb(178,110,107);
   scrollbar-base-color: rgb(181,144,130);   /* light violet */
}

a {
   color: rgb(255,255,204);                  /* tan */
   text-decoration: none;
}

a:hover {
   color: rgb(50,50,0);
}

h1 {
   text-transform: uppercase;
   font-family: Garamond, serif;     /* ??? */
   text-align: center;
}

h2 {
   font-family: Garamond, serif;     /* ??? */
}

#focus_image {
   text-align: center;
   margin-top: 50px;
   height: 300px;
   padding-bottom: 1em;
}

#focus_image a {
   color: rgb(50,50,0);
}

#text {
   margin-top: 50px;
   margin-left: 10%;
   width: 80%;
}

div.image_bar {
   text-align: center;
   margin-top: 8px;
}

.image_bar .bar_title {
   font-weight: bold;
   /*color: rgb(181,144,130);
   background-color: rgb(255,255,204);                   tan */
}

.image_bar iframe {
   width: 80%;
   height: 140px;
}

.item {
   height: 100px;
   /*width: 100px;*/
   border: 0;
   margin: 5px;
}

#menu {
   width: 80%;
}

#menu td {
   text-align: center;
   font-weight: bold;
   font-size: smaller;
}

