/* STYLESHEET FORMAT GUIDE *****************************************************

  - printer version
  - Matt, 29/01/2007

  These are the rough rules:
  - always put a ';' after the last entry
  - always a linebreak before .
  - always a linebreak after , ; { and }
  - always a . before all classes
  - two spaces indent
  - no tabs
  - no spaces after colons
*/

/* SEMANTICS ******************************************************************/
body {
  background:#FFFFFF;
  color:#000000;
  font:.8em arial,sans-serif,verdana,tahoma,helvetica;
}

