@charset "UTF-8";
/* CSS Document */
/* N Hattan & St Marys School ©2012-2020 */
/* Change css settings for this sub-site  */


/* CSS Colour Scheme Overlay - needs applying AFTER  */
/* the standard layout  */ 

/* Colour 1 */
body {background: #333333;color: black;}

/* Colour 2 */
#main {background: #FFF7D6;}

/* Colour 3 */
#nav   {background:#FFEB9C;}

/* Colour 4 */
#nav a li {background:#E6B800; color:white;}
#main h2 {background: #E6B800; color: white;}
#footer  {background: #E6B800; color: white;}

/* Colour 5 */	
#nav a:hover li {background-color:#B89302;color:white; }
#nav .label{color:#B89302;}
#main h1 {color: #B89302;}	
#main a.hyper:link, a.hyper:visited  {background:#B89302; color: white;}
 
/* misc colours */
#main table.tbloutline {border:2px solid white;}
#main .codetitle {background: black;color:white;}
#main .codeblock {background: white;}
.geekoutline {border:dotted 2px red; background:#FFFFCC;}

