
BODY { background: url("backgrnd.gif") }

OL { counter-reset: item }
% LI { display: block }
% LI:before { content: counters(item,"."); counter-increment: item }
  
SMALL.TINY		{ font-size : xx-small }
SMALL.SCRIPTSIZE	{ font-size : xx-small }
SMALL.FOOTNOTESIZE	{ font-size : x-small  }
SMALL.SMALL		{ font-size : small    }
BIG.LARGE		{ font-size : large    }
BIG.XLARGE		{ font-size : x-large  }
BIG.XXLARGE		{ font-size : xx-large }
BIG.HUGE		{ font-size : xx-large }
BIG.XHUGE		{ font-size : xx-large }

H1                      { text-align:center; color: #808; background-color: transparent}
H2                      { color: #808; background-color: transparent}

IMG			{ border:0px }
