body,table {
      font-family:            "Beanie, arial";
      font-style:             "normal";
      font-variant:           "normal";
      font-weight:            "normal";
      font-size:              10pt;
      color:                  C0C0C0;
      text-decoration:        "none";
      text-align:             "justify";
      text-indent:            0;
      line-height:            "normal";
      list-style-image:       url("http://www.geocities.com/mbertoll/arrow.gif");
   }

   body {
      background-color:       000000;
      background-image:       url("images/news-back.jpg");
      background-repeat:      no-repeat;
      background-attachment:  fixed;
      background-position:    center center;
   }

   table {
      background-color:       transparent;
   }

   A:link {
      font-style:             "normal";
      color:                  #FF0000;
      text-decoration:        "none";
      background:             "transparent";
   }

   A:visited {
      font-style:             "normal";
      color:                  #808080;
      text-decoration:        "none";
      background:             "transparent";
   }
 
   A:active {
      font-style:             "normal";
      color:                  #800000;
      text-decoration:        "none";
      background:             "transparent";
   }

  A:hover {
      font-style:             "normal";
      text-decoration:        "underline";
      background:             "transparent";
   }

