/* TOFK CLAN Website*/
/* www.tofk.co.uk */
/* style.css */
/* created by GreyAdy */

@font-face {
	font-family: 'clan_script';
	src: url('fonts/Kingthings_Foundation.ttf');}

body {
	color: green;
	background: black;
	text-align: center;}
	
header {
	color: green;
	background: black;
	text-align: center;}
	
nav {
	color: green;
	background: black;}

main {}

aside {}

footer {
	color: green;
	background: black;}

h1 {
	font-family: clan_script;
	font-size: 300%;
	font-style: italic;}
	
li {
	display: inline;}

