/* According to the W3C spec's we should be able to do this.  And in fact 
every browser except IE seemed happy with it.  But that of course means we
can't use it.  Argh!  The code would've been:
<div lglcoloursceme="2">
	<h1>Foo bar!</h1>
	<p> Hello World! </p>
</div>
How easy is that to use?
div.section[lglcolourscheme="2"]
{
	background-color : Red;
	color : blue;
}
*/
.lglcolourscheme1 {	background-color : #F1F1ED;	color : #4C4C4C; }
.lglcolourscheme1 h1 {	background-color : #D3D5C1;	color : #4B544C; }
.lglcolourscheme1 h2 {	color : #888662; border-color :  #888662;	}
.lglcolourscheme1 a {	color : #888662;	}
.lglcolourscheme1 ul li {	list-style-image : url( /images/li_cs1.gif ); }

.lglcolourscheme2 {	background-color : #F3EDE4;	color : #4C4C4C; }
.lglcolourscheme2 h1 {	background-color : #8C7267;	color : White; }
.lglcolourscheme2 h2 {	color : #87564F;	border-color :  #87564F; }
.lglcolourscheme2 a {	color : #87564F;	}
.lglcolourscheme2 ul li {	list-style-image : url( /images/li_cs2.gif ); }

.lglcolourscheme3 {	background-color : #D5D3DE;	color : #4C4C4C; }
.lglcolourscheme3 h1 {	background-color : #7D778E;	color : White; }
.lglcolourscheme3 h2 {	color : #5b5373;	border-color :  #5b5373; }
.lglcolourscheme3 a {	color : #5b5373;	}
.lglcolourscheme3 ul li {	list-style-image : url( /images/li_cs3.gif ); }

.lglcolourscheme4 {	background-color : #D3DFE5;	color : #4C4C4C; }
.lglcolourscheme4 h1 {	background-color : #5B7999;	color : White; }
.lglcolourscheme4 h2 {	color : #486584;	border-color :  #486584; }
.lglcolourscheme4 a {	color : #486584;	}
.lglcolourscheme4 ul li {	list-style-image : url( /images/li_cs4.gif ); }

.lglcolourscheme5 {	background-color : #EFF2EF;	color : #4C4C4C; }
.lglcolourscheme5 h1 {	background-color : #96A091;	color : White; }
.lglcolourscheme5 h2 {	color : #75806F;	border-color :  #75806F; }
.lglcolourscheme5 a {	color : #75806F; }
.lglcolourscheme5 ul li {	list-style-image : url( /images/li_cs5.gif ); }

.lglcolourscheme6 {	background-color : #DEE9ED;	color : #4C4C4C; }
.lglcolourscheme6 h1 {	background-color : #7A9CA8;	color : White; }
.lglcolourscheme6 h2 {	color : #418189;	border-color :  #418189; }
.lglcolourscheme6 a {	color : #418189;	}
.lglcolourscheme6 ul li {	list-style-image : url( /images/li_cs6.gif ); }

.lglcolourscheme7 {	background-color : #DDDDDD;	color : #4C4C4C; }
.lglcolourscheme7 h1 {	background-color : #777777;	color : White; }
.lglcolourscheme7 h2 {	color : #444444;	border-color :  #444444; }
.lglcolourscheme7 a {	color : #444444;	}
.lglcolourscheme7 ul li {	list-style-image : url( /images/li_cs7.gif ); }


