  body {
  	background-color: rgb(251,255,201);
  }
  a:link{ color: #4C5590; }
  a:visited{ color: rgb(75,77,60); }
  a:hover{ color: rgb(130,136,177);}
  a:active{color:white;}
  p { text-indent: 1em; }
  h1 {color:black; border-width:thin; background-color: rgb(201,204,161);}
  h2 {color:black; border-width:thin; background-color: rgb(226,230,180);}
  div.menu {
  	background: solid;
  	background-color:rgb(176,179,141);
	color:black; 
	position:fixed; 		
	left:0px; 
	top:0px; 
	width:100%;
	z-index:100;
	border:thin solid;
	font-size: small;
	
  }
  div.menu p { vertical-align:middle; padding:0%;}
   
  div.main {
  	position: absolute; 
	top: 50px;
  }
  div.linkbox{
  	font-size: small;
	/*background-color: rgb(226,230,180);*/
  }
  div.linkbox ul{
  	list-style-type: square;
  }
  div.linkbox h1{ font-size:medium; }
  div.linkbox h2{font-size:medium;}
  div.copyright{
  	background:white;
	font-size:small;
  }
  div.footnotes{ 
        font-size: small;
  }
  a.tofootnote { font-size:small; vertical-align:top; }
  a.backfromfootnote { font-size:small; vertical-align:top;  }
  pre{
  	margin-left: 2em; 
	margin-right: 2em;
	border: thin dashed black;
	background: solid;
	background-color: rgb(255,255,250);
	
  }
  
