/* Start of CMSMS style sheet 'kek.org.hu colours' */
/* Layout sections */
	body {
	color: white;
	background-color: black;
		}
		
	div#page {
		border: 0px;
		background: black;
	    }
		
	div#header {
		color: white;
		}
		
	div#footer {
		color: #AAA;
		background-color: black;
		}
		
/* Links */		
	a,
	a:link 
	a:active, a:visited {
		color: #E1007A;
	}

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: white;
	}

/* End of 'kek.org.hu colours' */

