/* crt.css */
/* General stylesheet for circuitousroot.com */

@import "crt-common.css";

BODY {
   background-color: silver; 
   color: black
   }

A:link    { color: black}
A:visited { color: black}
A:hover   { color: blue}

SUP {font-size: xx-small; font-family: sans-serif}

/* This section only exists on the main page: */
DIV.lemurcomlinks {
   clear:        left;
   font-size:    small;
   text-align:   left;
   margin-right: 10%;           /* outside of the border */
   margin-top: 5em;
   padding:      1em;           /* between the border and the text */
   border:       inset medium   /* opposite of the "legal" div */
   }

/*
Copyright 2003-2004, 2005 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 circuitousroot.com [SM]: http://www.circuitousroot.com/

*/
