/* gallery.css */

@import "dmmcommon.css";

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

DIV.item {clear: left; padding-top: 1em}

/* This ensures that the smallprint doesn't overlap an icon */
DIV.smallprint {clear: left; 
                border-color: #003300}

H2 {clear: left; padding-top: 2em; margin-bottom: 0em}

IMG.icon {float: left; 
          margin-right: 1em;
          border-width: 1px}


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.             */


/*
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/

*/

