rect#sky {
	fill: url(#skyGradient);
}

path#ground {
	fill: url(#groundGradient);
}

g.text {
	font-size: 80;
	stroke: black;
	fill: yellow;
	stroke-width: 3;
}

line.sunbeam {
	stroke-width : 5;
	stroke: yellow;
}

g#trunk {
	fill : #CC9966;
	stroke:black;
	stroke-width: 2;
}

g#head {	
	fill : #2E8B2F;
	stroke:black;
	stroke-width: 2;
}

g#nuts {	
	fill : #885C2F;
	stroke:black;
	stroke-width: 2;
}