@charset "UTF-8";
/* CSS Document */
@import url(layout.css);
@import url(colours.css);
@import url(typography.css);
 
/*Normalising margin, padding*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 pre, form, fildset, input, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size : 100%;
}

img, iframe{
	border: 0;
}

ol, ul{
	list-style:inside;
}






