/*
 * Balthisar Cascade Copyright © 1998 by James S. Derry, All Rights
 * Wold Wide Web at: http://www.balthisar.com
 * Email can be sent to: balthisar@balthisar.com
 */

   BODY {
          font-family: "Arial";
          background-color: tan;
        }


   A:active {
          text-decoration: none;
          color: chocolate;
          background-color: khaki;
            }


   A:hover {
          text-decoration: underline ;
          color: black;
          background-color: gold;
           }


   A:link {
          text-decoration: none;
          color: blue;
          }


   A:visited {
          text-decoration: none;
          color: darkgreen;
             }
