

A:link {text-decoration: none;color: #E1771E;}
A:visited {text-decoration: none;color: #E1771E;}
A:active {text-decoration: none;color: #008000;}

A:hover {
        text-decoration: none;
        color: #FFFF66;
        font-weight: bolder;
        
        }

body    {
        background-color: #000000;
        color: #FFFF66;
        }


table.clickcell td a{
   display: block;
   width: 100%;
   height: 100%;
}



.textColorChange {    
     color: #FFFF66;
}
.textColorChange:hover {
     color: #E1771E;
     cursor: pointer;
}

.goGreen {
   
font-weight: bold;
color: #E1771E;
font-size: 2em;
}

.goGreen:hover {
     color: #008000;
     cursor: pointer;
     font-weight: bolder;


}


