body { color: black;
       font-family: monospace;
       background-color: gray }
td.nav { background-color: #CCCCCC;
         border-width: thin;
         border-style: outset;
         border-color: white;
         font-weight: bold;
         text-align: center }
a:link { color: #990000 }
a:hover { color: red }
a:active { color: red }
h2 { padding: 4px;
     background-color: black;
     color: white;
     border-width: thick;
     border-style: ridge;
     border-color: red;
     text-align: center }
h3 { text-align: center }
h4 { text-align: center }
hr { color: black }
th { background-color: black;
     color: white }
td { background-color: #CCCCCC }
td.photo { text-align: center;
           vertical-align: bottom }
ul { list-style-image: url(bullets/TetBul8b.gif);
     vertical-align: super }
address { font-weight: bold; }
.boldred { color: red;
           font-weight: bold }
.italicred { color: red;
             font-style: italic }
.centered { text-align: center }
