/* Stylesheet for Advertising Web Site Project Number 21-312B Web Adjunct to "Buttered BonBon Campaign" See Rolf Born Zordle for campaign details. ----------------------------------------------------------------- Stylesheet Author Ian Graham Version 1.0 Created 23 May 1997 Last-Modified 24 May 1997 Stylesheet URL http://www.blorkle.com/priv/style/21312b.css ----------------------------------------------------------------- The Design uses bold Verdana fonts for all headings, plus special alignment options to follow the print advertising model of the client, McGillicutty and Associates, the world's largest producer of buttered bonbons. Note that special margins selections were added to allow for the fact that many browsers do not have Verdana and use Arial (PCs) or Helvetica (UNIX) in its place -- this substitution led to spacing problems, which were resolved by adding extra borders on elements of CLASS="callout". */ BODY { font-family: verdana, arial, helvetica, sans-serif font-size: 16pt /* need to fix size so copy fits in boxes */ font-weight: normal /* need to fix weight for same reason */ background: black; color: white; margin-left: 2%; /* use percents, but watch out for overflow!*/ margin-right: 2% } .....