  A { text-decoration:none; }
  A:hover {
    color:#000000;
    background-color:c0c0c0;
    border-width:0px;
    border-style:solid;
    border-color:3030c0;
  }

  A {text-decoration:none;}

  BODY {
    background-image : url(http://www3.ntools.net/css/RedDwarf.jpg);
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: 100% 20%;
    background-color:#68a3db;
  }
