
body {
        margin-left:0pt;
        margin-right:0pt;
        margin-top:0pt;
        margin-bottom:0pt;
        background-color : #5abb5a;
        font-family: Verdana,Arial,Helvetica,Courier New,Courier;
        color: black;
}

a:link {
        color : blue;
}

a:vlink {
        color: blue;
}

a:alink {
        color : green;
}

a:hover  { /*font-weight:bold;*/
           color:red;
           text-decoration:none;
           background:none;
         }
a:active { /*font-weight:bold;*/
           color:green;
           text-decoration:none;
           background:none;
         }

.header {
        text-decoration: none;
        letter-spacing:3px;
        font-size: 16px;
        color: #603030;
        font-weight: bold;
}

.title {
        text-decoration: none;
        letter-spacing:2px;
        font-size: 14px;
        color: #603030;
        font-weight: bold;
}

.txt {
        text-decoration: none;
        letter-spacing:1px;
        font-size: 11px;
        color: #603030;
        font-weight: bold;
}

img.photo {
         border : solid 1px #000000;
}

.tooltiptitle  {
          color: #ffff80;
          text-decoration: none;
          cursor: default;
          font-family: Verdana,Arial,Helvetica,Courier New,Courier;
          font-weight: bold;
          font-size: 10px;
}

.tooltipcontent {
        color: #603030;
        text-decoration: none;
        cursor: default;
        font-family: Verdana,Arial,Helvetica,Courier New,Courier;
        font-size: 10px;
}

#ToolTip {
        position:absolute;
        width: 100px;
        top: 0px;
        left: 0px;
        z-index:4;
        visibility:hidden;
}

