body  { 
      background: #20532a;
      background-image:
      url(http://stuff.mit.edu/~endeavor/Hydra/Images/green_hydra.gif);
      }

h1 { text-align: center;  font-size: 24pt; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; }

body, p, blockquote, ul, ol, dl, li, table, tr, td, dt, dd, h1, h2, h3, h4, h5, h6 { 
      color: #ffefc0; 
      }
body, p, blockquote, ul, ol, li, table, tr, td, h4, h5, h6 { 
      font-size: 12pt;
      }

sup, sub { font-size: 8pt }

pre, tt { font-size: 10pt; }

.bright { color: #fff; }
.notes  { font-size: 10pt; }

p:first-letter {
	       font-size: 130%;
	       }

ul { list-style-type: square; }

img { border-color: #ffc24f; }

img.counter { border=2; border-color="#000000"; }

a:link { 
      color: #ffdf00; 
      text-decoration: underline; 
      }

a:visited { 
      color: #ffc24f; 
      text-decoration: none; 
      }

a:hover, a:active { 
      color: #80ffe0; 
      text-decoration: none; 
      }
