body {
   font-family: sans-serif;
   font-size: larger;
   background: white;
   color: black;
   margin: 0px;
   overflow: auto;
}

#scrolldiv {
   overflow: auto;
   height: 100%;
   width: 100%;
}

.bod {
   margin: 2px;
}

.url:link {
   text-decoration: none;
   color: #0070F0;
}
.url:visited {
   text-decoration: none;
   color: #0050C0;
}
.url:hover {
   text-decoration: underline;
   color: #FF0000;
}

.rofl {
   font-size: medium;
   color: #808080;
   font-weight: bold;
   text-decoration: none;
}

.roflox {
   border-bottom: 1px #c0c0c0 solid;
   width: 100%;
   background: URL(chrome://unplug/skin/hexit.png) right center no-repeat;
   min-height: 24px;
}

.desc, .desc2, .descred, .desc_notes, .lair {
   font-size: medium;
   margin: 0px;
   margin-left: 10px;
}

.desc2 {
   color: #808080;
}

.desc_notes {
   color: #4080C0;
}

.descred {
   border: 1px #ff0000 solid;
   background-color: #ffffe0;
}

.count {
   font-size: medium;
   color: #808080;
   margin: 0px;
}

.moreless {
   color: #808080;
   cursor: hand;
}

.help {
   margin: 4px;
   padding: 5px;
   border: 1px #804000 solid;
   background: #FFF0E0;
}

.booth {
   margin: 4px;
   padding: 5px;
   border: 1px #404080 solid;
   background: #F0F0F0;
   font-size: medium;
}

.cnexit {
   float: right;
}

.lair {
   padding: 1px;
   margin-bottom: 3px;
}

.lair img {
   height: 20px;
   width: 50px;
   margin-left: 5px;
   opacity: 0.4;
}

.lair img:hover {
   opacity: 1;
}

.lair img.clicked, .clicked {
   opacity: 0.1;
   background-color: #808080;
}

