body {
	background-image: url("../images/background.jpg"); /** Link to the image you created **/
	background-repeat: repeat-y; /** Repeats the image vertically **/
	background-position: center; /** Centers the Background image **/
	background-color: #6c6c6c; /** Website BG colour (matches canvas colour in Step 1) **/
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.list {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#006;
	line-height: 1.5em;
}

.h1 {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 16px
	color: #FFF;
	text-align: left;
	color: #009;
	font-size: 16px;

}
	
.h2  {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align:left;
	font-size:14px;
	 
}

.footer1 {
	font-size: 10px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
