/* Simple CSS2.1 style sheet colours+fonts */

/* Author: David Bruce (dib@dib-online.info) */


html	{ color: #ccc ; background-color: #666 }
body	{ color: black ; background-color: #c9f }

/* colours, etc., for header & host in header.css */

div#contents { color: black ; background-color: teal
             }
div#contents div.entry
	     { color: black ; background-color: #9f9
             ; border: dotted thin olive
             ; padding : .5em
             }

div#pageinfo
	{
	  font-family : sans-serif
	}
