H2 { font-variant: small-caps }

body { font-family: "Comic Sans MS", sans-serif ; 
   position: relative; background-color: #74914F; margin: 0; padding: 0;
   background-attachment: fixed ; color: #74914F;
   margin: 0; padding: 0;
   }
   
H1 { font-family: "Comic Sans MS", sans-serif; color: #660000; size: +2 }
   
A:link { color: #663300; text-decoration: none } /* take underlines off links*/
A:visited { color: #663300; text-decoration: none } /* take underlines off visited links*/
A:hover { color: #FF0000 } /* make rollover color change for links (it is also possible to change other attributes such as face, size, etc)*/
A:active { color: #663300; text-decoration: none } /* take underlines off active links*/

caption {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #663300;
}

div#links {
   position: absolute; top: 76px; left: 5px;
   }

div#content {
   margin: 0px auto 15px; text-align: left;
   position: absolute; top: 76px; left: 161px; right: 25px; 
   color: #003300; background: #FFFFFF; 
   font: 13px "Comic Sans MS", sans-serif; padding: 10px; 
   border: solid 5px #FFFFC0;
   background-color: #FFFFFF;
   background-image: url(images/cacheback.gif);
   background-position: 0 0;
   background-attachment: fixed;
   }   
   
div#content h3 {margin-bottom: 0.25em;
   }
   
div#content h4 {
	margin-bottom: 0.25em;
	font-size: x-small;
   }

h1 {margin: -9px -9px 0.5em; padding: 15px 0 5px; text-align: right; background: #FFFFC0; color: #003300; 
   letter-spacing: 0.25em; font-variant: small-caps; font: bold 25px "Comic Sans MS", sans-serif; 
   height: 28px; vertical-align: middle; white-space: nowrap;
   }

div#content a:link {color: #330066; text-decoration: none;
   }
   
div#content a:visited {color: #660066; text-decoration: none;
   }
   
div#content a:link:hover {color: #990000; text-decoration: none;
   }
   
div#content a:visited:hover {color: #990000; text-decoration: none;
   }
   
