% simple.Style
% Beach, June 20, 1982 11:43 pm

BeginStyle

(BasicGraphics) AttachStyle

(Document) AttachStyle

(PathStyle1) ". . ." {
	grey areaColor
	black outlineColor
	filled+outlined pathType
	2 pt lineWeight
	} StyleRule

(PathStyle2) ". . ." {
	black outlineColor
	outlined pathType
	2 pt lineWeight
	} StyleRule

(LightOne) ". . ." {
	yellow areaColor
	darkBlue outlineColor
	filled+outlined pathType
	4 pt lineWeight
	} StyleRule
	
(DarkOne) ". . ." {
	red areaColor
	50 percent areaSaturation
	darkRed outlineColor
	filled+outlined pathType
	10 pt lineWeight
	elliptical penStyle
	1 penWidth
	3 penHeight
	drop shadowType
	downRight shadowDirection
	lightBlue shadowAreaColor
	30 pt shadowWeight
	} StyleRule

(LineStyle) ". . ." {
	black outlineColor
	outlined pathType
	square penStyle
	8 pt lineWeight
	} StyleRule

(Figure) "artwork figure node" {
	standard
	24 4 0 top.leading.glue
	24 4 0 bottom.leading.glue
	} StyleRule

(Filled) ". . ." {
	standard
	step bigger leftIndent
	red areaColor
	filled pathType
	} StyleRule


EndStyle