a.box { display: block ;
         width: 100%; 
         height: 100%; 
         background-repeat: no-repeat;   
         text-decoration: none; 
}
a.box:hover { font-weight:bold; }
