/* ======================================================================
   BASIC CSS for KidStart - Copyright 2008
   Author: Barnaby Hart, Igentics Ltd   
/* =====================================================================*/
* { padding:0; margin:0; } 
body {
	margin: 2em;
	font-size: 90%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.3; 
	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,helvetica,sans-serif;
}
h1 {
	font-size: 1.8em;
}
h1 span {
	font-size: 10px;
	display: block;
}
h2 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
}
h3 {
	font-size: 1.3em;
	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;
}