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;
}

g#ufobody {
	fill: silver;
	stroke: black;
	stroke-width: 2;
}

g#ufobodytop {
	fill: #747474;
	stroke: black;
	stroke-width: 2;
}

g#ufobodywindow {
	fill: #FFCC33;
	stroke: black;
	stroke-width: 4;
}

g#ufobodydecoration {
	stroke: #747474;
	stroke-width: 4;
}