/* ======================================================================
   BASIC CSS for Sophie Kelly - Copyright 2006 Barnaby Hart
   
   Feel free to copy techniques/code from this file but please drop me a
   line to let me know!
 
   barnaby.hart@gmail.com
   
/* =====================================================================*/
* { padding:0; margin:0; } 

html, body { 
	height: 100%; 
}
body {
	margin: 2em;
	font-size: 90%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.4em; 
	font-family: arial,helvetica,sans-serif;
	background: #fff;
	color: #000;
}
body, input, select, textarea {
	font-family: arial,helvetica,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Arial Black",Tahoma,arial,helvetica,sans-serif;
	font-weight: normal;
}
h2 {
	font-size: 1.6em;
	margin: 1.2em 0em 1.2em 0em;
}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
}
img {
	border: 0;
}
p, ul {
	padding-bottom: 1em;
}