/* garret.css */
/* CSS stylesheet for the "Garret (for Artists and Writers)"
   presented by lemur.com */

@import "dmmcommon.css";

BODY {background-color: #660000; 
      color: #99FFFF}

A:link    { color: #99CCFF}
A:visited { color: #99CCFF}
A[href]:hover { color: #6699CC} /* 6699CC is 99CCFF 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/

*/

