body {
       font-family: Arial, sans-serif;
             color: #4d421f;
  background-color: #eee7cd;
}

table {
   width: 100%; 
}

#author {
   font-family: "Bookman Old Style", "Book Antiqua";
     font-size: 48px;
    text-align: center;
}

#author:hover {
              color: #0000ff; /* blue */
   background-color: #add8e6; /* light blue */
}

#banner {
   color: #00008b; /* dark blue */
}

#boxcontent {
          font-size: 24px;
              color: #004000; /* dark green */
   background-color: #A0FFA0; /* light green */
}

#content {
          font-size: 16px;
              color: #004000; /* dark green */
   background-color: #A0FFA0; /* light green */
}

#emphasis {
        color: #ff0000; /* red */
   font-style: italic;
}

#monogram {
   border-width: 2px;
   border-style: groove;
   border-color: #d2b48c; /* tan */
          float: left;
   margin-right: 10px;
         height: 100px;
          width: 100px;
}

#portrait {
   border-width: 2px;
   border-style: groove;
   border-color: #d2b48c; /* tan */
          float: right;
   margin-right: 10px;
         height: 100px;
          width: 100px;
}

.italic {
   font-style: italic;
}

.navigation {
  color: #0000ff;
}

.photofloat {
  float: left;
}

.powered {
  vertical-align: middle;
  float: left;
  width: 220px;
}

.rule {
  height: 10px;
  /* noshade: noshade; */
  background-color: #2d3e71;
             color: #2d3e71;
}

.snidecomment {
  color: black;
  font-style: italic;
  font-size: 20px;
}
