@charset "ISO-8859-1";
/* -*- css -*-
 * File:	main.css
 * Author:	Charlie Root, ericx@vineyard.net
 * Date:	Mon Sep  8 16:54:14 2008
 * Time-stamp:	<2008-12-10 13:08:21 ericx>
 * Description:	main css page
 */

/* This is rather quick and dirty just to get the new pages W3C compliant. */

body.gallery
{
  background: #f7f4ea;

  margin: 0;
  padding: 0;
}

table.images
{
  width: 740px;
  height: 347px;
  background: #f0ebd8;
  }

dt, dd a
{
  /* color: #988660; */
  color: #978764;
  }

img
{
  /* why isn't this the default? */
  border: none;
  }
