/* gallery.css */
/* CSS stylesheet for the "Gallery of Antiquarian Technology"
   presented by lemur.com */

@import "dmmcommon.css";

/* 003300 is the deepest green in the 216 color "safe" palette */
/* FFCCFF is its reciprocal */
BODY {background-color: #003300;
      color: #FFCCFF}

A:link    { color: #FFCCFF}
A:visited { color: #FFCCFF}
A[href]:hover { color: #CC99CC} /* CC99CC is FFCCFF reduced to the next lower */
                                /* value in the 216 color palette in RGB.     */
                                /* CSS2 [href] needed so that only source,    */
                                /* not target links are affected.             */


/* This indicates that the item (most often an A) 
   is "thin" in content - present and not incorrect, but not yet substantive. */
[class="thin"] {color: gray !important}

/* This indicates that the item linked to is simply not ready yet. */
[class="notready"] {text-decoration: line-through !important}

/*
Copyright 2003, 2004 by David M. MacMillan.

This work is licensed under the Creative Commons Attribution-ShareAlike License.
To view a copy of this license, 
visit http://creativecommons.org/licenses/by-sa/2.0/ 
or send a letter to 
Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.

Presented originally by lemur.com [SM]: http://www.lemur.com/

*/

