/*Link Boxes code*/
   
#frontholder .listItem {
   /*font-size: 11px;*/
   /*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
   float: left;
   margin: 0px 4px 4px 0px;
   overflow: hidden;}
   
#frontholder .listItem a,
#frontholder .listItem a:visited {
   display: block;
   color: #333;
   padding: 2px 6px 4px 6px;
   margin:0;
   width: 158px;
   height: 115px;
   border: solid 1px #B8B8B8;
   text-decoration: none;
   background-image: none;}
   
#frontholder .listItem a:hover {
   display: block;
   color: #000;
   padding: 2px 6px 4px 6px;
   margin:0;
   width: 158px;
   height: 115px;
   border: solid 1px #333;
   text-decoration: none;}
  
#frontholder .listItem p {
   display: inline;}
   
   #frontholder .parents {
   background-color: #46B5FF;
   display: block;
   margin: -2px -6px 2px -6px;
   padding: 2px 5px 3px 5px;
   color: #000;
   font-weight: bold;
   text-indent: 0px;
   }
   
   #frontholder .lesson {
   background-color: #46B5FF;
   display: block;
   margin: -2px -6px 2px -6px;
   padding: 2px 5px 3px 5px;
   color: #000;
   font-weight: bold;
   text-indent: 0px;
   }
