body {
        background-image: url('tausta.png');
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-color: #ACA392;
        font-weight : normal;
        font-size : 12px;
        font-family : Arial;
        scrollbar-face-color:#85A4B6;
        scrollbar-highlight-color: black;
        scrollbar-3dlight-color:#85A4B6;
        scrollbar-darkshadow-color: black;
        scrollbar-shadow-color:#85A4B6;
        scrollbar-arrow-color: black;
        scrollbar-track-color: black;
        cursor: crosshair;
        color: #2B3034;
        height: 6px;
        text-align: justify;
}

table {
        font-weight : normal;
        font-size : 12px;
        font-family : Arial;
        scrollbar-face-color:#85A4B6;
        scrollbar-highlight-color: black;
        scrollbar-3dlight-color:#85A4B6;
        scrollbar-darkshadow-color: black;
        scrollbar-shadow-color:#85A4B6;
        scrollbar-arrow-color: black;
        scrollbar-track-color: black;
        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;


td { font-family: arial; font-size: 11px;  font-weight: normal; }