 
body {
  background: white;
  color: black;
}
 
a:link img { border: none; }
a:link object { border: none; }
a:visited img { border: none; }
a:visited object { border: none; }

/* Holds one index image. */
.indexentry {
  display: inline;
  width: 230px;
  height: 300px;
  text-align: center;
}
/* Holds two index images. */
.indexrow { 
  display: block;
  /* width: 460px;
  height: 300px; */
  margin-left: auto;
  margin-right: auto;
}
.textnavlinks { 
  text-align: center;
  font-size: smaller;
}

.randombits { 
  display: inline;
  width: 100px;
  height: auto;
  text-align: center;
}

#agewarnbox { 
  border: 2px solid black;
  text-align: left;
  font-size: smaller;
  font-style: italic;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background: #FFD0D0;
  clear: both;
}
#agewarnsymbol { 
  float: left;
  width: 55px; height: 55px;
  margin: 10px 5px 5px 5px;
}
#furpeacelogo { 
  float: right;
  width: 70px; height: 80px;
  border: 0px none;
}

hr { 
  clear: both;
}

.rawmucktranscript { 
  background: rgb(255,255,200);
  border: thin black solid;
  padding: 1em;
  margin: 1em 2em 1em 2em;
}

#yiffemblem-index { 
  width: 80px; height: 80px;
  margin-left: 1em;
  float: right; clear: right;
}

p#breadcrumbs { 
  width: auto;
  border-top: thin solid black;
  background: #ffeeee;
  font: smaller sans;
}


h1#furrymainpage-title { 
  text-align: center;
}
td#furrymainpage-menustuff { 
  vertical-align: top; padding: 10px;
}
td#furrymainpage-content { 
  vertical-align: top;
}

#page-end-rule { 
  display: none;
}
#page-end { 
  border-top: thin solid #e0e0e0;
  font-size: smaller;
  color: #d0d0d0;
}
#page-end-links {
  text-align: left;
  float: left;
  width: auto;
}
#page-end-lastmod { 
  text-align: right;
  float: right;
  width: auto;
}

#story-comments-leader { 
  border: thin green solid;
  background: #c0ffc0;
  padding: 0.25em 0.5em 0.25em 0.5em;
}

