BODY        { background-color: #FFFFCC;
              margin-top: 2%; margin-bottom: 5%;
              margin-left: 5%; margin-right: 5%;
              font-family: Geneva, Verdana, Arial, helvetica, sans-serif;
              font-size: 105%; font-weight: 300 }
TT          { font-family: Courier New, monospace;
              color: maroon; font-size: 110% }
TTT         { font-family: Courier New, monospace; font-weight:bold;
              color: #990000;  font-size: 110% }
KBD         { font-family: Courier New, monospace; font-weight:bold;
              color: crimson;  font-size: 110% }
KWD         { font-family: Courier New, monospace; color: blue }
OPT         { font-family: Courier New, monospace; color: green }
PRE         { font-family: Courier New, monospace;
              font-size: 110%; 
              font-weight:bold; 
              color: maroon;
              width: 50%;
              padding: 25;
              margin: 25;
              overflow: auto;
              overflow-y: hidden;
              font-size: 18px;
              line-height: 20px;
              background-color: #9fb8e0; # light blue
              border: 2px solid #777;
            }
PRE CODE    { font-family: Courier New, monospace;
              font-size: 75%; 
              padding: 0px;
              background-color: #f9f198;
              color: #333; # dark red
            }


#A          { text-decoration: none }
A:HOVER     { color: orange }
A.SYMBOL    { color: blue; text-decoration: none }
A.INDEX     { text-decoration: none }

.FLUSHRIGHT { text-align: right }
