/* gfis.css - Style-Sheet
	@(#) $Id: stylesheet.css,v 1.1.1.1 2008/05/30 15:29:41 gfis Exp $
  2003-03-22   css comments, no HTML tags
  08-Aug-2002: tt,pre
  18-Aug-2000: with <br>
  24-Jul-2000, Georg Fischer: c.f. 'selfhtml.htm'
*/
tt,pre
	{font-family:Courier,serif; }   
table
	{background:white;border-collapse:collapse;}
td
	{vertical-align:top;margin:0px;padding:0px;border:2px solid #aaa;}
tr
	{background:#ddd}
tr.empty
	{display:table-row} /* none, block, inline */
td.text
	{padding:3px}
span#toggleButton
	{border:1px solid black; padding:3px; background:lightblue;}
body
	{font-family:Arial,sans-serif;background:#eee;}

