/* load the defaults; if all else fails */
@import "general.css";
@import "colour.css";
@import "font.css";

/* now, override as required */
/* this should be calling a servlet driven CSS file */
/* @import "stuff.css"; */

BODY, TABLE {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10pt;
   font-weight : normal;
   margin: 0px 0px 0px 0px;
}

