@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: #E0E0E0; color: white;}

/* Colour 2 */ 
#main {	background: #404040;}

/* Colour 3 */  
#nav   {background:#808080;}

/* Colour 4 */ 
#nav a li {background:#A0A0A0; color:white;}
#main h2 {background: #A0A0A0; color: white;}
#footer  {background: #A0A0A0; color: white; }

/* Colour 5 */ 
#nav a:hover li {background:#E0E0E0; color:white;}	
#nav .label{color:#E0E0E0;}
#main h1 { color: #E0E0E0;}	
#main a.hyper:link, a.hyper:visited  {background:#E0E0E0; color: white;}

/* misc colours */
#main table.tbloutline {border:2px solid white;}
#main .codetitle {background: white;color:black;}
#main .codeblock {background: black;}
.geekoutline {border:dotted 2px red; background:#FFFFCC;}
