body {
      color: rgb(90,90,90);
     }




a {
    color: rgb(000,153,153);
    text-decoration: none;
    font size: 12px;
    font-weight: bold;
    }

div#hold a {
    color: rgb(000,153,153);
    text-decoration: none;
    font size: 12px;
    font weight: normal;
  }


a:hover {
    color: rgb(0,102,204);
    text-decoration: underline;
        }

h5 {font size: 10pt;
    font-weight: bold;
    }

div#hold {position: absolute; top: 123px; left: 360px;
         line-height: 5em;
         }
         
/* star html hack fuer IE */
* html div#hold {
position: absolute; top: 93px; left: 360px;
         line-height: 130%;
}         
