/********************************************************************//* Style sheets for the document templates of 'Projects just right' *//* Author: Andreas Kitz                                             *//********************************************************************//* Format for the whole site (font-family in body-tag seems not to work in Netscape's browser) */body { margin:10px;        font-family:Arial,Helvetica,Verdana,sans-serif; } /* Format for standard text */p,ul,ol,li,div,td,th,address,nobr,b,i { font-family:Arial,Helvetica,Verdana,sans-serif;                                        font-size:10pt; }/* Format for the header */p.header { font-size:18pt;font-weight:bold; }/* Format for the level-1 headline */p.headline1 { font-size:14pt;font-weight:bold; }/* Format for the level-2 headline */p.headline2 { font-size:13pt;font-weight:bold; }/* Format for the level-3 headline */p.headline3 { font-size:12pt;font-weight:bold; }/* Format for the level-4 headline */p.headline4 { font-size:12pt; }/* Format for the paragraph which describes the content of a chapter */p.description { font-style:italic; }/* Format for the small text areas */p.small { font-size:8pt; }