body           {
               background-image:url('background_fade.png');
               background-repeat:repeat-x;
               margin-left:0px;
               margin-top:20px;
               margin-bottom:20px;
               
               }
               
p,td           {
               font-family: "verdana", "arial", sans-serif;
               font-size:14px;
               line-height:20px;
               text-align:justify;
               color:#4D4D4D;
               }
               
h1             {
               font-family: "verdana", "arial", sans-serif;
               font-size:22px;
               color:#003480;
               }
               
h2             {
               font-family: "verdana", "arial", sans-serif;
               font-size:18px;
               color:#003480;
               }
               
.grey          {color:silver;}

.highlight     {background-color:yellow;}

.feature       {background-color:#E0E4E5;}

.root         {
               background-image:url('http://www.winchcombecc.org.uk/honc/logo_background.jpg');
               background-repeat:no-repeat;
               background-position:bottom right;
               }

.container     {
               border-left-style:solid;
               border-right-style:solid;
               border-top-style:none;
               border-bottom-style:none;
               border-width:4px;
               border-color:#003480;
               background:transparent; 
               }
               
               
.header        {
               background-color:transparent;
               }
               
.box           {
               border-width:1px;
               border-color:#003480;
               border-style:solid;
               background-color:#E0E4E5;
               }
               
.indent        {
               margin-left:10px;
               margin-right:10px;
               }
                
a              {
               color:#4848F3;
               }
                
a:hover        {
               color:red;
               }
