    <!--
      :link { color: #ffffff; }
      :visited { color: #ffff00; }
      :active { color: #ff0000; }
      body {
        color: #00ffff;
        background-color: #000066;
        background-position: bottom right;
        background-attachment: fixed;
        background-repeat: repeat;
        background-image: url(../images/ttbkg.gif);
        font-family: times;        /* [[<family-name> | <generic-family>],]* [<family-name> | <generic-family>] */
        font-style: normal;        /* _normal_ | italic | oblique */
        font-variant: normal;      /* _normal_ | small-caps */
        font-weight: normal;       /* _normal_ | bold | bolder | lighter | 100 | 200 | 300 | _400_ | 500 | 600 | 700 | 800 | 900 */
        font-size: 12pt;           /* <absolute-size> | <relative-size> | <length> | <percentage> */
                                   /* absolute-size:[ xx-small | x-small | small | _medium_ | large | x-large | xx-large ] */
                                   /* relative-size:[ larger | smaller ] */
                                   /* length:[ nnpt | nn.nnem ] n>0 */
                                   /* percentage:[ 0..100% ] */
        /*font:*/                  /* [ <font-style> || <font-variant> || <font-weight> ]? <font-size> [ / <line-height> ]? <font-family> */
        /* text values */
        word-spacing: normal;      /* normal | <length> */
        letter-spacing: normal;    /* normal | <length> */
        text-decoration: none;     /* none | [ underline || overline || line-through || blink ] */
        vertical-align: baseline;  /* _baseline_ | sub | super | top | text-top | middle | bottom | text-bottom | <percentage> */
        text-transform: none;      /* capitalize | uppercase | lowercase | _none_ */
        text-align: left;          /* left | right | center | justify */
        text-indent:0;             /* <length> | <percentage> */
        line-height: normal;       /* _normal_ | <number> | <length> | <percentage> */
        
      }
      UL { list-style: url("../images/ULGreenD.gif"); }
      H1 { color: yellow; }
      H3 { color: lime; }

      .news { font-size: 12pt; /* 24 26 28 36 48 */ }
      .news H1 { color: #80D500; }
      .news H3 { color: #00D580; }
      .news UL { list-style: url("../images/ULAnimB.gif"); }

      .oldnews    { color: #00CCCC; font-size: 9pt; /* 24 26 28 36 48 */ }
      .oldnews H3 { color: #0080D5; font-size: 100%; font-weight: bold; }
      .oldnews UL { list-style: url("../images/ULCyanU.gif"); }

      .copyright {
        font-size: 8pt; /* 24 26 28 36 48 */
        text-align: center;
        align: center;
      }
      .about {
        font-size: 8pt; /* 24 26 28 36 48 */
        text-align: center;
        align: center;
      }
    -->

