/* This is a sample CSS-file for use with xml2html.xsl
   Just simply add or modify the CSS formats in this file */


/* #################### BODY SECTION ############################ */
   body { background-color:#ffffff; }

/* Set the basic font for the whole page: */
   .p { font-family:'Times New Roman',Times,serif;
        font-size:12pt;}



/* #################### HEADING SECTION ######################### */

/* Set the font for the heading of the page: */
   .header { font-family:Arial, Helvetica, sans-serif;
             font-size:16pt; }

/* Set the font for the link, left from the heading: */
   .small_head { font-family:Arial, Helvetica, sans-serif;
                 font-size:11pt; }



/* #################### TABLE SECTION ########################### */

/* Set the font for the table heading (main-categories)
   of overview.html: */				
   .table_header { font-family:Arial, Helvetica, sans-serif;
                   font-size:14pt;  }

/* Set the font for the table data (all sub-categories): */
   .table_data { font-family:Arial, Helvetica, sans-serif;
                 font-size:12pt; }



/* Do NOT edit this class! */				
   .space { font-family:"Courier New", Courier, monospace; font-size:3pt; }
