body {
 font-family: Verdena, sans serif;
 font-size: small;
 color: #0B3B24;
 background-color: #F2F2F2;
 margin-left: 5em;
 margin-right: 5em;
  
 }div#menubar {
  background-color:#0B6138; /*dark green*/
  text-align: left;
  border-style: solid;
  border-width: thin;
  border-color: #0B6138;/*dark green*/
  background-image: align left;    
  margin: none;
     }
   
   div.kids {
  font-size:large;
  margin-left: 0em;
  margin-right: 0em;
  
  }a:link, a:visited: {
  text-decoration: none;
   }
   
   /*h1 is used for main word in horizontal menu bars.*/
h1 {
 font-size: 1.5em;
 font-weight: bold;
 color: #FFFFFF; /*white*/
 text-align:center;
 
  }h1 style {
 margin-bottom: 0px;
 }/*h2 is used for secondary words in horizontal menu bars.*/
 
h2 {
 font-size: 1em;
 color: #FFFFFF; /*white*/
 text-align:center;
 }
/*h3 is used for main headings on white background.*/
h3 {
 font-size: 1em;
 color:#0B3B0B; /*very dark green*/
 font-weight: bold;
 margin-left: 0em;
  }h3 style {
 margin-bottom: 0px;
 }/*h4 is used for table headings */
 
h4 {
  font-size: 1.2em;
  font-weight: bold;
  color:#0B3B0B; /*dark green*/
  background-color:#FFFFFF; /*white*/
  text-align: center;
  vertical align: top;
  text-decoration: underline;}/*h5 is used for table headings IN KidZoneE*/
  
h5 {
  font-size: 1.2em;
  font-weight: bold;
  color:#0B3B0B; /*dark green*/
  background-color:#FFFF00; /*yellow*/
  text-align: center;
  vertical align: top;
  text-decoration: none;}/*h6 is used for table headings with white background*/
  
h6 {
  font-size: 1.2em;
  font-weight: bold;
  color:#0B3B0B; /*dark green*/
  text-align: center;
  vertical align: top;
  text-decoration: none;}
  
  p, ol, ul {
  margin-left: 0em;
  color: #0B3B24;
    }
    
  li {
 margin-left: 2em;
 }
img {
 position: center;
 margin: none;
 border-style: none;
 }
 
table {
 empty-cells: show; 
 vertical-align: top;
 text-align: left;
 }
 
  
 td {
  border-style: 1px solid;
  padding: 10px;
  vertical-align: top;
  text-align: left;
  }
  
 td.leftpanel {   /*This is a div class. Used for left menu*/
  width: 100px;
  background-color:#0B6138; /*dark green*/
  background-image: url(images/chimes100.jpg);
  background-repeat: no-repeat;
  background-position: center top;}
  
td.leftpanelplain {   /*This is a div class. Used for a left menu with no colour and no chimes*/
  width: 100px;}
  
td.main {  /*This is for left column and one column layout*/
 width: 800px;
    }
 
 td.two {  /*This is for 2 column layout*/
 width: 400px;
    }   
    
  
td.three {  /*This is for 3 column layout*/
  width: 200px;
  }
  

