/*Carbon Busters Style SheetsThis file sets default styles for Netscape 4, and imports the other stylesheets.Importing does two things.  First, hides all these styles from browsers that do not deal with them well.  Secondly, it breaks out the styles into easy to read/use sections.*//* Imported Styles */@import url("import.css");@import url("navigation.css");@import url("print.css") print;/*@import url("contact.css");*//*  This section sets the default font for every element on the page.  It also sets some default page properties, such as page background, the font and colour of Heading tags, and the colour of links by default.  */body { margin:0; padding:0; background-color:#f0dab6; font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif; color:#000;}p, ul, ol, li, table, tr, td { font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;}h1, h2, h3, h4, h5, h6 { color:#231F20; font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif; }a, a:link, a:visited {color:#FFFFFF;}a:hover {color:#00FFFF;}/* style by yellow pencil inc.  September 2004  */