/* Style for sections with drop shadows

totally hacked this out except hover -- JJB

 *
 * Assumes that sections are marked-up like this:
 *
 *   <div class="back">
 *     <div class="section">
 *       <h2>Heading</h2>
 *       ...
 *     </div>
 *   </div>
 *
 * Default color is red (same as banner-o)
 *
 * Author: Bert Bos <bert@w3.org>
 * Created: 24 Aug 2001
 * Version: $Id: shadows.css,v 1.9 2002/05/31 12:15:51 bbos Exp $
 */
/* Should be a:visited:hover, a:link:hover but Opera Linux
   doesn't support that yet */
a:hover {
  background: #cac2c2;
}
