@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: #F8EBFF;}

/* Colour 3 */  
#nav   {background:#DC9AFC;}

/* Colour 4 */ 
#nav a li {background:#AD0DFC; color:white;}
#main h2 {background: #AD0DFC; color: white;}
#footer  {background: #AD0DFC; color: white; }

/* Colour 5 */ 
#nav a:hover li {background:#590385; color:white;}	
#nav .label{color:#590385;}
#main h1 { color: #590385;}	
#main a.hyper:link, a.hyper:visited  {background:#034185; 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;}
