   A.content:link, A.content:active 
     {       text-decoration :       none;
             color           :       #000000;
             background      :       transparent
     }

  A.content:visited 
        {     color           :       #000000;
              background      :       transparent;
              text-decoration :       none
        }

  A.content:hover 
      {       color           :       #000000;
              background      :       transparent; 
              text-decoration :       none
      }

   .content
      {
              background:             #CCCCCC;
      }
