/* garret.css */

@import "dmmcommon.css";

BODY {background-color: #660000; 
      color: #99FFFF}
/*
BODY {background-color: #663300; 
      color: black}
*/

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


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

*/

