    <!--
      :link { color: #0000ff; }
      :visited { color: #ff0000; }
      :active { color: #000088; }
      body {
        color: #000000;
        background-color: #999999;
        background-position: bottom right;
        background-attachment: fixed;
        background-repeat: repeat;
        background-image: url(../images/ttbkggrey.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/ulblue.gif");
      }
      .news {
        font-size: 18pt; /* 24 26 28 36 48 */
      }
      .oldnews {
        font-size: 10pt; /* 24 26 28 36 48 */
      }
      .copyright {
        font-size: 8pt; /* 24 26 28 36 48 */
        text-align: center;
      }
      .about {
        text-align: center;
      }
    -->

