
/* Colour Guide:             */

/* Signature Colours:        */
/* Home		Blue		( 43,129,220)	#2B81DC	*/
/* About Us	Turquoise	( 39,184,167)	#27B8A7 */
/* Contact Us	Green		(143,184, 30)	#8FB81E */
/* News		Pink		(212, 84,171)	#D454AB */
/* Events	Orange		(243,138, 53)	#F38A35 */
/* For Artists	Grey		( 92,138,168)	#5C8AA8 */
/* For Teachers	Red		(207, 24, 52)	#CF1834 */

/* === BODY STYLES === */
/* Sets the standard colour schemes for each page type. */
/* Coloured pages use white text.						*/


body {
background-color: black;
color: yellow;
font-size: 24px;
font-family: arial, verdana, sans-serif;
margin:10px;
}

a
{
	color: #00FFFF;
}

a:visited 
{
	color: #00CCFF;
}





