@import url(structure.css);
@import url(modules.css);
@import url(typography.css);
@import url(navigation.css);
@import url(forms.css);
@import url(background.css);
@import url(../colour/global.css);


/* Global settings */

* {
	margin: 0;
	padding: 0;
}

:link,:visited { text-decoration:none }
ul { list-style:none }
/* h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; } */
a img,:link img,:visited img { border:none }
address { font-style:normal }

BODY {
	color: #575757;
	font: 76%/1.2 Arial;
}


DIV.clearfloat {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
}
