/* CSS Document */
.A1    {
        font-family     : verdana, arial, verdanasans-serif;
        font-weight     : bold;
        font-variant    : normal;
        color           : #ffcc99;
        font-size       : 16px;
        padding-left    : 10px;
        padding-right   : 10px;
        text-decoration : none;
       }

.A1:link     {
              color           : #ffff66;
              text-decoration : none;
             }

.A1:Visited  {
              color           : #ffcc99;
              text-decoration : none;
             }

.A1:Active   {
              color           : #99cccc;
              text-decoration : none;
             }

.A1:Hover    {
              color           : #ffcc99;
              text-decoration : none;
              background      : #000099; 
             }
LI    {color: #ffcc99; TEXT-ALIGN:LEFT; list-style-type: none}

h1    {color: green;}

TABLE  {color: red;}