/* #------------------------------------------------------------------------#
   |                                                                        |
   |   print.css                                                            |
   |                                                                        |
   |   Kingswood Consulting style sheet (print media).                      |
   |                                                                        |
   |   Copyright 2008, Frank A. Kingswood, www.kingswood-consulting.co.uk   |
   |                                                                        |
   #------------------------------------------------------------------------# */

/* $Id$  */

body {
   background: white !important;
}

div#p {
   background: white !important;
}

div#p div#q {
   background: white !important;
}

div#b {
   background: white !important;
}

div#b div {
   background: white !important;
}

div#b div div {
   background: white !important;
}

div#l form fieldset {
   display: none;
}


/* ----- EOF print.css ----- */

