
/* background color, font colors etc */
body {
	background-color:#607B60
}
/* general link colors */
a {
	text-decoration:none;
	color:#506B50
}
a:hover {
	color:#1B3E0B
}

a img {border-color:#506B50}

.container {
	background-color:white; padding:15px
}

/* navigation bar 
   first, set background colour of bar and gap underneath it */

#navbar {
	background-color:#A0BBA0;
	margin-bottom:1em
}
/* next, un-format and reformat the list that builds
   the nav and the footer (while we're here) */
#navbar ul, #navbar ul li, #footer ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none
}
/* style the nav links
   change the font, font-size, color etc */
#navbar li a {
	display:block;
	float:left;
	padding:5px;
}
/* background color of rollovers */

#navbar li a:hover {
	background-color:#607B60
}
/* shopping basket styling */
#basket {
	text-align:right;
}
#basket p {
	margin:0;
	padding:5px
}
/* link text colour in nav and basket */
#navbar a, #basket a {
	color:white
}

/* footer styling */
#footer li {
	float:left;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #ccc
}

h1	{
	font-family: Arial;
	font-size: 40px;
	font-weight: bold;
	color: #607B60
}

h2	{
	font-family: Arial;
	font-size: 80px;
	font-weight: bold;
	color: #B0CBB0;
	margin-bottom: -0.65em
}

h3 {
	font-family: Arial; 
	font-size: 18px; 
	font-weight: bold; 
	color: #356530;
}

h4 {
	font-family: Arial; 
	font-size: 14px; 
	font-weight: bold; 
	color: #457540;
}


h5 {
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold; 
	color: #405B40;
}

h6 {
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bold; 
	color: #405B40;
}

.buy {
	text-decoration:none;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color:#405B40;
}

.listen {
	text-decoration:none;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color:#90AB80;
}

#footer {
	font-family: arial;
	font-size: 10px;
	color: #90AB80
}