﻿ html, body, div, span,h1, h2, h3, h4, h5, h6, p,font, img,b, u, i, center,ol, ul, li
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

body {
    margin: 0 auto;
    position: relative;
    background-color: #fdffe1;
	color: #645951;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}
p, ul, div {
	font-size: 1em;  /* 14px */
}

ul p {
	font-size: 1em;
}

p, ul{
	margin-bottom: 1.4286em; /* 20px */
}
p {
	margin: 0.8571em 0 1.4286em 0;
	margin: 0 0 0.2em 0;
	padding: 0 0 0 20px
} 
 .part {
	width: 47.63%;
	float: right;
	margin-left: 2.33%;
}

.first {
	float: left;
	margin: 0;
}

h1 {
	font-size: 3.5714em; 		/* we make it 50px */
    line-height: 1; 			/* we make it 50px */
	margin-top: 0.56em; 		/* we make it 28px */
	margin-bottom: 0.5em; 		/* we make it 25px */
    color: orange;
}
h2 {
	font-size: 1.7857em;   		/*we make it  25px */
	line-height: 1.4; 			/* we make it 35px */
	margin-top: 1.2em;		   	/* we make it 30px */
	margin-bottom: 1.4em; 	 	/* we make it 35px */
    color: green;
}
h3 {
	font-size: 1.2857em;		/* we make it 18px */
	margin-top: 1.1111em;     	/* we make it 20px */
	margin-bottom: 0.5556em; 	/* we make it 10px */
	color: #645951;
}
h4 {
	font-size: 1.1428em;   		/* we make it 16px */
	margin-top:1.25em;	   		/* we make it 20px */
	margin-bottom: 0.625em; 	/* we make it 10px */
}
h5, h6 {
	font-size: 1em;  			/* we make it 14px */
}

.checklist {
	margin-bottom: 1.8em;
}

.checklist li {
	background-image: url(http://www.school24.com.au/images/tick_in_green.png);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	margin: 0 0 0.2em 0;
	padding: 0 0 0 20px
}

.checklist li ul li {
	background-image: none;
	list-style-type: disc;
	padding-left: 0;
	margin-left: 15px;
	
}

