body       {background: black;
            background-image: url('/images/background.png');
	    background-repeat: repeat;
            color:      white;
	    padding:    10px 10px 10px 10em;}
/* the background-image URL is relative to the URL of thi included CSS, 
 * not the HTML ... */

a:link { color: yellow; }
a:visited { color: orange; }
a:hover { color: white; }
p, h1, h2, h3, h4, h5, h6, ul, li { width: 45em; } /* trying to catch everything EXCEPT image clumps */

