<!-- Style sheet for Transition Austin Hub web pages -->

  A:link    { color          : blue      }  /* unvisited links */
  A:visited { color          : darkgreen }  /* visited links   */
  A:active  { color          : red       }  /* active links    */
  A:hover   { text-decoration: underline }  /* hover over link */

  BODY { font-family      : Tahoma, Arial, sans-serif;
         color            : #000080;
         background-color : #E0FFE0;
         font-size        : 9pt    ;
         margin           : 3%           }

  H1   { color            : brown        }
  H2   { color            : midnightblue }
  H3   { color            : darkred;
         font-weight      : bold         }
  H4   { color            : darkmagenta;
         font-weight      : bold         }
  H5   { color            : brown;
         font-weight      : bold         }

  TD   { color            : #000080;
         font-size        : 9pt          }
  P    { color            : #000080;
         font-size        : 9pt          }
  A    { color            : #000080;
         font-size        : 9pt          }
  UL   { color            : #000080      }
  OL   { color            : #000080      }
  LI   { color            : #000080;
         font-size        : 9pt          }
  DT   { color            : #000080      }

