BODY {
  background: #eee;
  color: #000;
  font-family: sans-serif;
  min-width: 980px;
  text-align: center;
}
P, LI {
  font-family: sans-serif;
}
P {
  line-height: 1.2;
}
LI {
  padding-bottom: 4px;
}

UL {
  list-style-image: url(http://www.uchronia.com/gfx/plus.gif);
}

TD, TH, TR {
  font-family: sans-serif;
}

H3 UL {
  margin-top: 0;
  padding-top: 0;
}


H1, H2 {
  margin-top: 0;
  padding-top: 0;
}

H1 {
  font-family: "Trebuchet MS", sans-serif;
  color: #a00;
  font-size: 1.5em;
}
H2 {
  font-family: "Trebuchet MS", sans-serif;
  color: #a00;
  font-size: 1.3em;
}
H3 {
  font-family: "Trebuchet MS", sans-serif;
  color: #a00;
  font-size: 1.15em;
}
H4 {
  font-family: "Trebuchet MS", sans-serif;
  color: #a00;
  font-size: 1.0em;
}
FORM {
    margin: 0;
    padding: 0;
}

A:link {
  color: #066;
  text-decoration: none;
}
A:active {
  color: #f00;
  text-decoration: underline;
} 
A:visited {
  color: #066;
  text-decoration: none;
}
A:hover {
  color: #c00;
  text-decoration: underline;
}

.bigcite {
  font-family: "Trebuchet MS", sans-serif;
  color: #a00;
  font-size: 1.3em;
}
.smlcite {
  font-family: "Trebuchet MS", sans-serif;
  color: #a00;
  font-size: 1.2em;
}
.caption {
  background: #eee;
  color: black;
  font-family: sans-serif;
  font-size: 0.8em;
  padding: 4px;
  vertical-align: top;

  box-shadow: 1px 1px 3px #666;
  -webkit-box-shadow: 1px 1px 3px #666;
  -moz-box-shadow: 1px 1px 3px #666;
}
.caption IMG {
  border: solid 1px #000;
  margin-bottom: 4px;
}


.pinfo {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}



#pageBox {
  background: #fff;
  margin: 9px auto;
  padding: 10px;
  text-align: left;
  width: 920px;
  box-shadow: 3px 3px 8px #666;
  -webkit-box-shadow: 3px 3px 8px #666;
  -moz-box-shadow: 3px 3px 8px #666;
  border: solid #ccc 1px;
}
#main {
  background-image: url(http://www.uchronia.net/gfx/background220.gif);
}
#contentArea {
  border: 0;
  float: right;
  margin: 0;
  overflow: hidden;
  padding: 0 0 5px 0;
  text-align: left;
  width: 680px;
}
#navigationArea {
  background: #066;
  border: 0;
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 220px;
}
#navigationArea HR {
  color: white;
  height: 1px;
}
#navigationArea H3 {
  font-family: "Trebuchet MS", sans-serif;
  color: #fff;
}
#navigationArea H3 A:link {
  font-family: "Trebuchet MS", sans-serif;
  color: #fff;
  text-decoration: none;
}
#navigationArea H3 A:active {
  font-family: "Trebuchet MS", sans-serif;
  color: #fff;
  text-decoration: underline;
}
#navigationArea H3 A:hover {
  font-family: "Trebuchet MS", sans-serif;
  color: #fff;
  text-decoration: underline;
}
#navigationArea H3 A:visited {
  font-family: "Trebuchet MS", sans-serif;
  color: #fff;
  text-decoration: none;
}
#copyright {
  clear: both;
  color: #444;
  padding: 10px 5px 5px 5px;
  overflow: hidden;
  text-align: right;
}
#copyright P {
  color: #444;
}



.outdent {
  padding-left: 64px;
  text-indent: -64px;
  margin: 6px 0 0 0;
}
.outdent80 {
  padding-left: 104px;
  text-indent: -104px;
  margin: 6px 0 0 0;
}

.buy {
  background: #ffd;
  border: dotted #066 1px;
  color: #066;
  font-size: 0.9em;
  font-weight: 600;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
}
.buy:hover {
  background: #066;
  color: #fff;
  text-decoration: none;
}

.page {
  background: #ffd;
  border: solid #066 1px;
  color: #066;
  font-weight: bold;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
}
.page:hover {
  background: #066;
  color: #fff;
  text-decoration: none;
}


.floatcenter {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

