body {
  background:         url("/graphics/back2.gif");
  background-color:   white;
  font-family:        serif;
  color:              navy;
}

A {
  color:              teal;
}
A:hover   { background: #DEEEEE }
A:visited { color:      #237FB9 }

IMG {
  border:             0;
}

th {
  font-weight:        bold;
  text-align:         right;
  vertical-align:     top;
}

td {
  text-align:         left;
}

#Header {
  clear:              both;
}

#Content {
  float:              left;
  width:              83%;
  font-size:          110%;
}

#Content P {
  text-align:         justify;
}

#NoAdContent {
  float:              left;
  width:              95%;
  font-size:          110%;
}

#NoAdContent P {
  text-align:         justify;
}

#Ads {
  float:              right;
  width:              120px;
}

#Links {
  text-align:         center;
}

#Footer {
  clear:              both;
  text-align:         center;
  font-size:          85%;
  margin-top:         10px;
}

.Cap:first-letter {
  float:              left;
  width:              40px;
  font-size:          42px;
  line-height:        40px;
  font-weight:        normal;
  font-family:        georgia, times, serif;
  margin-right:       2px;
}

.Quote {
  margin-bottom:      20px;
  border-bottom:      1px solid black;
}

.Users:first-letter {
  float:              left;
  width:              25px;
  font-size:          27px;
  line-height:        20px;
  font-weight:        bold;
  font-family:        georgia, times, serif;
  margin-right:       2px;
}

.Users2:first-letter {
  font-weight:        bold;
  font-family:        georgia, times, serif;
}

.Header {
  text-align:         center;
  font-size:          1.75em;
  font-weight:        bold;
}

.Plugins {
  font-size:          95%;
}

.Plugins TD {
  vertical-align:     top;
}

.Plugins .Cost {
  font-weight:        bold;
  font-family:        sans-serif;
  font-size:          .9em;
}

.Plugins .Developer {
  font-family:        sans-serif;
  font-size:          .9em;
}

#PriceList {
  width:              500px;
  border:             none;
}

#PriceList th {
  text-align:         center;
  font-weight:        bold;
  font-size:          95%;
}

#PriceList .Item {
  text-align:         left;
  color:              navy;
}

#PriceList .Price {
  text-align:         left;
  color:              maroon;
}

.Register TH {
  text-align:         right;
  vertical-align:     top;
  font-weight:        normal;
}

.Register .Required {
  font-weight:        bold;
  color:              teal;
}