body {
    background-color:#000000; 
    color: rgb(255,255,0)
    cursor: pointer
}

div.start {
    margin-top:123px;
    cursor: pointer
}     

#hint { 
    visibility: hidden; 
    position: absolute; 
    margin-top:-103px;
    margin-left:43px;
    text-align:center; 
    z-index: 1000; 
    cursor: pointer
}

#hint div {
    cursor: pointer
}

a:link      {color:white; text-decoration:none}
a:visited   {color:white; text-decoration:none}
a:active    {color:white; text-decoration:none}
a:hover     {color:white; text-decoration:none}
a img       {border:0 none;}

table {
   border:0 none;
   cursor: pointer
}

td {
   border:0 none;
   cursor: pointer
}

tr {
   border:0 none;
   cursor: pointer
}

