/*
  read all styles from following file
  import hides styles from NS4
  use of this intermediate file should avoid the 'flash of unstyled content'...
*/
/* single quotes - hide from IE5 on a mac */
@import url('_getstyles.css.php');
/* double quotes - show to IE5 on a mac
@import url("_getstyles.css.php");
 */