
/* CSS for colour accents using values from database */
    .eyfscolour {
   background-color: #005c50;
    }
 .ks1colour {
   background-color: #;
    }
 .ks2colour {
   background-color: #005c50;
    }
	.year7colour {
   background-color: #F6be25;
    }
     .year8colour {
   background-color: #F6be25;
    }
     .year9colour {
   background-color: #F6be25;
    }
     .year10colour {
   background-color: #F6be25;
    }
     .year11colour {
   background-color: #F6be25;
    }
    .year12colour {
   background-color: #F6be25;
    }
     .allcolour {
   background-color: #F6be25;
    }


/* CSS for homepage link boxes using values from database */
    .box7 {
   background-color: #F6be25;
    }
     .box8 {
   background-color: #F6be25;
    }
     .box9 {
   background-color: #F6be25;
    }
     .box10 {
   background-color: #F6be25;
    }
     .box11 {
   background-color: #F6be25;
    }
    .box12 {
   background-color: #F6be25;
    }
     .boxall {
   background-color: #F6be25;
    }
    
/* Year group identifying colour strips on bulletin pages*/

	.year7ident {
	width: 100%;
	height: 10px;
	background-color: #F6be25;
	}
	.year8ident {
	width: 100%;
	height: 10px;
	background-color: #F6be25;
	}
	.year9ident {
	width: 100%;
	height: 10px;
	background-color: #F6be25;
	}
	.year10ident {
	width: 100%;
	height: 10px;
	background-color: #F6be25;
	}
	.year11ident {
	width: 100%;
	height: 10px;
	background-color: #F6be25;
	}
	.year12ident {
	width: 100%;
	height: 10px;
	background-color: #F6be25;
	}
	.allident {
	width: 100%;
	height: 10px;
	background-color: #F6be25;
	}
	
/* Include using following 
<link rel="stylesheet" type="text/css" href="resources/dynamic.php" />
*/
