body {
        background-image: url('AITOTALLI-layout.png');
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-color: #84A174;
        font-weight : normal;
        font-size : 12px;
        font-family : Arial;
        cursor: crosshair;
        color: #2B3034;
        height: 6px;
        text-align: justify;
}

table {
        font-weight : normal;
        font-size : 12px;
        font-family : Arial;
        cursor: crosshair;
        color: #2B3034;
        height: 6px;
        text-align: justify;
}

A:link {
          color: black;
          text-decoration: none;
          cursor: crosshair;
          border-bottom: 0px solid;
}
A:visited {
          color: black;
          text-decoration: bold;
          cursor: crosshair;
          border-bottom: 0px solid;
}
A:active {
          color: black;
          text-decoration: none;
          cursor: crosshair;
          border-bottom: 0px solid;
}
A:hover {
          color: silver;
          text-decoration: none;
          cursor: crosshair;
          border: 0px solid;
