

body {
    background-color : #7baad4;
    background-image : url("gif/tlo.jpg");
    color : #cccccc;
    font-family : "Times New Roman", serif;
  }


td {
    font-size: 12px;
  }


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


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


a:visited {
    color: #00FFCC;
    text-decoration: none;
  }


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




