/* These styles are for formatting various rules, borders & boxes */

.rulebelow {
  border-bottom:1px #66cc66 solid; 
  padding-bottom:10px; }
  
.tocbox {
  border:2px #66cc66 solid;
  margin:20px 15% 20px 15%;
  padding:10px;
  background-image:url(images/testbg.gif); }
  
.signbox {
  width:150px;
  border:2px #66cc66 solid;
  margin:20px 20px 0px 20px;
  padding:10px;
  background-image:url(images/testbg.gif); }
  
.footnote {
  float:right;
  background:#192e0a;
  border:2px #66cc66 solid;
  margin:0px 40px 10px 20px;
  padding:10px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px; }
  
.censored {
  font-size:11px; 
  font-weight:bold; 
  text-align:center; 
  margin-left:80px; 
  margin-right:80px; }

/* These styles are for formatting various lines of text in multiple-author stories */

.john {
  color:#66CCFF; }
  
.gord {
  color:#66cc66; }
  
.poem {
  font-style:italic;
  font-weight:bold; }
  
.greatpower {
  font-size:150%;
  font-style:italic;
  font-weight:bold;
  line-height:115%; }

.darthpamm {
  color:#cc0000;
  font-style:italic;
  font-weight:bold; }
  
/* These styles are for positioning illustrations and footnote tables */

img.right {
  float:right;
  margin:0px 0px 15px 20px; }
  
img.left {
  float:left;
  margin:0px 20px 15px 0px; }
  
img.clear {
  clear: both;
	}
  
img.center {
  margin:15px 0px 15px 0px; } 
