/*style.cssPrefered stylesheet for staticwhitesound store*/BODY            { margin: 0 ; font-size: 10pt ; font-family: sans-serif ; background-color: #333333 }TH              { font-size: 10pt ; font-family: sans-serif ; color: #FFFFFF ; background-color: #111111 }TD              { font-size: 10pt ; font-family: sans-serif ; color: #FFFFFF ; background-color: #000000 }P.main          { text-align: justify }H1              { font-size: x-large }H2              { font-size: large }/*Style Notes:Netscape issues:1. Set body margin to -10 to remove NN's 'default' margin.2. Do not use TABLE or TR for styles, except background image and color. Use TD instead.3. Font-family doesn't apply to table text unless you assign style to TD. (See #4)4. Font-family in <body> (and possibly other elements) does not always cascade to other   elements.  Must specifically declare font-family for all elements (Thanks Jonas!)FrontPage Issues:1.  Beware of style over-rides when creating tables with FrontPage.2.  Creating a table in FP always encloses table in <DIV> for some reason.*/