	address, blockquote, body, dd, div, dl, dt, fieldset, form,
	frame, frameset, h1, h2, h3, h4, h5, h6, iframe, noframes, 
	object, ol, p, ul, applet, center, dir, hr, menu, pre,   
			{ display: block }
       li              { display: list-item }
       head            { display: none }
       table           { display: table }
	  tableinline	   {display: inline-table }
       tr              { display: table-row }
       thead           { display: table-header-group }
       tbody           { display: table-row-group }
       tfoot           { display: table-footer-group }
       col             { display: table-column }
       colgroup        { display: table-column-group }
       td, th          { display: table-cell }
       caption         { display: table-caption; text-align: center }
       th              { font-weight: bolder; text-align: center }
       body            { padding: 8px; line-height: 1em}
	h1              { font-size: 3em; line-height: 3.2em;}
	h2              { font-size: 1.5em; line-height: 1.7em;}
      	h3              { font-size: 1.17em;line-height: 1.25em;}

       h4, blockquote, ul, fieldset, form, ol, dl, dir,
       menu            { }

       h5              { font-size: .83em; line-height: 1.17em; }
       h6              { font-size: .67em; line-height: .9em;}
	p				{font-size: .9em; }
	b, strong      { font-weight: 700; }

       blockquote      { margin-left:8%; 
					margin-right: 8%; 
					text-align: justify;
					font-size: .9em;}

       i, cite, em,
       var, address    { font-style: italic }

       pre, tt, code,
       kbd, samp       { font-family: monospace }

       pre             { white-space: pre }
       big             { font-size: 1.17em }
		bigger			{font-size: larger;}
		lesser, sub, sup	{font-size: smaller;}
       small		{ font-size: .83em }
       sub             { vertical-align: sub }
       sup             { vertical-align: super }
       s, strike, del  { text-decoration: line-through }
       hr              { border: inset black}

	ul				{list-style-type: disc}
       
       ol              { list-style-type: decimal }

       ol, ul, dir,
       menu, dd        { margin-left: 40px }

       ol ul, ul ol,
       ul ul, ol ol    { margin-top: 1; 
					margin-bottom: 1; 
					list-style-position: outside;
					}
					
	li				{margin-top: .3em;
					margin-bottom: .3em;
					}
		
       u, ins          { text-decoration: underline }
       center          { text-align: center }
       br:before       { content: "\a" }


