@media all
{
    span.cchit
    {
        margin: 0px;
        padding: 0 3px 0 3px;
    }
    .cchit
    {
      color: #f00;
      font-weight: bold;
    }

    img.cchit
    {
        margin: 0px;
        padding: 0px;
    }
     span.hitdiv
    {
       white-space: nowrap;
    }
    .hand
    {
      cursor: hand;
    }
    .lasthit
    {
      cursor: text;
    }
}

@media print
{
    img.cchit 
    {
        display: none;
        height:0;
	    width:0;  
    }
    .cchit
    {
        color: Black;
        font-weight: normal;
    }   
    a.hitref:hover
    {
        display: none;
        height:0;
	    width:0;  
    }
    a.hitref 
    {
        display: none; 
        height:0;
	    width:0;  
    }
    div.hitdiv
    {
        display: inline; 
        white-space: nowrap;
        margin-right: 0px;
    }
}
