BODY        { color: black;
              font-family: Trebuchet MS, sans-serif;
              background: #D4DFAA;
              background-attachment: fixed; 
              background-repeat: repeat-xy;
              max-width: 760px;
              margin: 12px;
            }
PRE, TT     { font-family: Courier, monospace;
            }
P           { text-indent: -0em;
              margin-left: 0em
            } 
P:first-letter 
            { font-size: 150%
            }
A:link      { color: navy;
            }
A:visited   { color: purple;
            }
A:hover     { color: red;
            }
A:active    { color: fuchsia;
            }
A:link IMG    { border-width: 2px;
                border-style: solid;
                border-color: #DDFFFF}
A:visited IMG { border-width: 2px; 
                border-style: solid;
                border-color: #DDFFFF}
A:active IMG  { border-width: 2px; 
                border-style: solid;
                border-color: #DDFFFF}
A:hover IMG   { border-width: 2px; 
                border-style: solid;
                border-color: navy }     
H1          { font-size: 250%;
              color: teal;
              text-align: center;
              font-style: italic;
              font-weight: bolder;
            }
H2          { font-size: 135%;
              text-align: left;
              font-style: italic;
              font-weight: bold;
            }
H3          { font-size: 120%;
              text-align: left;
              font-style: normal;
              font-weight: bold;
            }
H4          { font-size: 100%;
              text-align: left;
              font-style: normal;
              font-weight: bold;
              color: white;
              background: teal;
            }
OL          { list-style-type: decimal;
            }
IMG         { border-width: 0;
            }
IMG.right   { float:        right
            }
IMG.left    { float:        left
            }
TABLE       { border-color: silver;
              border-style: inset;
              border-width: 1px;
            }
TABLE.nob   { border-width: 0px;
            }
TD          { border-color: silver;
              border-style: outset;
              border-width: 1px;
            }
TD.nob      { border-width: 0px;
              vertical-align: top;
            }
TD.thumb    { font-size: 80%;
            }
TH          { border-color: silver;
              border-style: outset;
              border-width: 1px;
              font-weight: bold;
              font-style: italic;
              color: navy;
            }
CAPTION     { text-align: left;
              vertical-align: bottom;
              font-weight: bold;
            }
DT          { font-style: italic;
            }
DD          { font-size: 80%;
            }
