/*Style sheet for Kookaburra - created November 12, 2008*/


body {
	margin: 0;
	padding:0;
	color : #5D2800;
	background-image : url(images/cleaning-products-brown-back.jpg);
	background-color: #5d2800;
	
		}
	

p  {
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size:9pt;
	color : #5d2800;
}          
			
h1 {font: bold .9em Trebuchet, Helvetica, sans-serif;}
h2 {font: bold 1.4em Trebuchet, Helvetica, sans-serif;}
h3 {font: bold 1.0em Trebuchet, Helvetica, sans-serif;} 


a:link  {
	color : #FFFFFF;
	text-decoration : none;
	font-weight : bold;
}

a:visited  {
	color :  #3c84bb;
	text-decoration : none;
		}

a:hover {
	color : #5B2800;
	text-decoration : underline;
}


/* bottom menu */
.menu {
	font-family: Trebuchet, Helvetica, sans-serif;
}
.menu a {
	 color: #3c84bb;
    font-size: 9pt;
	 text-decoration : none;
}
.menu a:visited {color: #FFFFFF;
     text-decoration : none;
}
.menu a:hover {color: #3c84bb;
text-decoration : none;
}

/* footer */
.footer {
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size:7pt;
	color : #ee8700;
}
.footer a {
	color: #ee8700;
   font-size:7pt;
	text-decoration: underline;
}
.footer a:hover {color: #3c84bb;
}


