@charset "UTF-8";
/* CSS Document */
/* N Hattan & St Marys School ©2012-2020 */

/* CSS Colour Scheme Overlay - needs applying AFTER  */
/* the standard layout  */ 

/* Colour 1 */
body {background:#333333; color:black; }

/* Colour 2 */
#nav   {background:#FF8A82; }

/* Colour 3 */
#main {background: #FFECEB; }

/* Colour 4 */
#nav a li {background:#C9170A; color:white; }
#main h2 {background:#C9170A; color:white;}
#main a.hyper:link, a.hyper:visited  {background:#C9170A; color:white;}
#footer  {background: #C9170A; color:white; }

/* Colour 5 */
#nav .label{color:#990C02;	}
#nav a:hover li {background:#990C02; color:white; }
#main h1 {color: #990C02;}

/* 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; }
