
body {
    background-color : #7BAAD4;
    background-image : url("gif/tlo.jpg");
    color : #000000;
  }

a:active {
    color: #021B6B;
    text-decoration: none;
  }


a:link {
    color: #0F076F;
    text-decoration: none;
  }


a:visited {
    color: #2666BF;
    text-decoration: none;
  }


a:hover {
    color: #333333;
    text-decoration: underline;
  }




