.rem    ARTICLE.STY
.rem    style variables default values
.rem    ------------------------------

.rem -1- THE FORMATTING DEFAULT VALUES


.text
	.para-indent 5c
	.font roman 
	.size 10
	
.picture
	.horizontal centered
	.fill OFF

.mix-text-and-graphic ON
.rem    for the PC this would be off...

.rem -2- THE WINDOW DEFAULT SIZE AND POSITION

.window-introduction XYLH
.window-content XYLH
.window-title XYLH
.window-pagenumber XYLH
.window-options XYLH

.rem -3- THE DEFAULT OPTIONS

.option "NEXT PAGE" nextpagebutton ~!nextpage~
.option "BACK PAGE" backpagebutton ~!backpage~
.option "QUIT" quitbutton ~!quit~
.option "RETURN TO" returntobutton ~!returnto~
.option "FULL ARTICLE ON" fullarticlebutton ~!fullart~
.option "INDEX" indexbutton ~!index~






