 /******************************************************************/
/* Northwich Woodlands Kids Zone                                  */
/******************************************************************/
BODY
  {
  font-family: arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  color: black;
  }

body, td
  {
  font-size: 100%;
  line-height: 150%;
  color: black;
  }


TR
{
vertical-align: top; 
}

H1
{
line-height:normal;
font-size:150%;
}

a,a.visited
{
color:black;
}

/******************************************************************/
/* Site Menu                                                      */
/******************************************************************/
TD.kidsmenu
  {
  width: 200px;
  background: #2B8408;
  border-right: solid black 1px;
  text-align: center;
  }

DIV.menu
  {
  font-weight: bold;
  }

DIV.menu A, DIV.menu A:ACTIVE, DIV.menu A:HOVER, DIV.menu A:VISITED
  {
  display: block;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  color: white;
  text-decoration: none;
  }

DIV.menu A:ACTIVE, DIV.menu A:HOVER
  {
  color: black;
  background: lime;
  }
  
DIV.menuaddress
  {
  font-size:8pt;
  padding-left:10px;
  line-height:normal;
  color: white;
  }
/******************************************************************/
/* Puzzles                                                                  */
/******************************************************************/
DIV.answerpanel
 {
 position:absolute; left: 250px; top:100; 
 width:480px; 
 background: #ffff55; 
 border: solid black 2px; 
 padding: 10px; 
 display: none;
 }

SPAN.answerpanel
 {
 font-family: arial; 
 font-size: 18pt; 
 color: #000408;
 line-height: 150%
 }
/******************************************************************/
/* Modifications for graphical users                              */
/******************************************************************/
@media screen
  {
  DIV.invisible
    {
    display: none;
    }
  }
@media print
  {
  DIV.noprint
    {
    display: none;
    }