#VRML V2.0 utf8 # # #

Background {
	skyColor [
		0.0  0.2  0.7
		0.0  0.5  1.0
		1.0  1.0  1.0
	]
	skyAngle [ 1.309, 1.571 ]

	groundColor [
		0.1  0.10  0.0
		0.4  0.25  0.2
		0.6  0.60  0.6
	]
	groundAngle [ 1.309, 1.571 ]
}

Transform {
	scale 1 1 1
	children [
		Shape {
			appearance Appearance {
				material Material {
					diffuseColor 1.0  1.0  1.0
				}
			}
			geometry Text {
				string [ "VRML"
				]
				fontStyle FontStyle {
					family "SERIF"
					style "BOLD"
					justify "MIDDLE"
				}
			}
		}
	]
}

#
#