        .boxlabel {
            top:-2px; 
            left:-1px;
            font-size:0.6em;
            position:absolute;
        }

        html>/**/body .boxlabel {
            top:-3px; 
            left:1px;
        }

        .CWbox {
            padding:0px;
            width:22px;
            height:20px;
            text-align:center;
            font-size:1em;
            border:0px;
            margin-top:4px;
            font-weight:bold;
        }

        #cluesAcross {
            float:left;
            text-align:left;
            width:360px;
        }

        #cluesDown {
            text-align:left;
            width:360px;
            margin-left:404px;
        }

        .acdoheading {
            background-color:#cce6ea;
            border:solid 1px #000000;
	    font-weight:bold;
        }

        .clueLink {
            text-decoration:none;
            color:#000;
            display:block;
        }