html, body { 
  color: #ffffff;
  background: #1a2a3a;
  font-family: Verdana, sans-serif;
}

h1 { 
  color: #FFFF66;
  background: #1a2a3a;
  font-size: 175%;
  text-align: center;
}

h2 { 
  color: #a9a9a9;
  background: #1a2a3a;
  font-size: 150%;
  margin-top: 2em;
}

a { 
  color: #cfd1a0;
  background: #1a2a3a;
}

p {
  color: #ffffff;
  background: #1a2a3a;
  font-size: 75%;
}

p.big {
  font-size: 175%;
}

p.recruiting {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}

p.loot {
  font-size: 60%;
}

p.quote {
  font-size: 60%;
  margin-top: 2em;
  margin-bottom: 2em;
}

p.centered {
  text-align: center;
}

div.centered {
  text-align: center;
}

div.navbar {
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: medium;
  border-bottom-width: medium;
  border-top-color: #000000;
  border-bottom-color: #000000;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-size: 75%;
  text-align: center;
}

div.posttitle {
  width: 20em;
  font-size: 75%;
  border-style: ridge;
}

strong {
  color: #a9a9a9;
  background: #1a2a3a;
  font-size: 133%;
}

#lights {
 position:absolute;
 left:0px;
 top:0px;
 width:100%;
 height:100%;
 overflow:hidden;
}

.xlsf-light {
 position:absolute;
}

body.fast .xlsf-light {
 opacity:0.9;
}

.xlsf-fragment {
 position:absolute;
 background:transparent url(http://www.radiantguild.org/archive/112509/lights/image/bulbs-50x50-fragments.png) no-repeat 0px 0px;
 width:50px;
 height:50px;
}

.xlsf-fragment-box {
 position:absolute;
 left:0px;
 top:0px;
 width:50px;
 height:50px;
 *width:100%;
 *height:100%;
 display:none;
}

.xlsf-cover {
 position:fixed;
 left:0px;
 top:0px;
 width:100%;
 height:100%;
 background:#fff;
 opacity:1;
 z-index:999;
 display:none;
}

/*
.xlsf-light.bottom {
 height:49px;
 border-bottom:1px solid #006600;
}

.xlsf-light.top {
 height:49px;
 border-top:1px solid #009900;
}
*/