BODY {
  background-color: #e9e3ff;
  max-width: 750px;
  padding-left: 2px;
  padding-right: 1px;
  font-family: Verdana, Univers, sans-serif;
  font-size: 83%;
  color: darkblue;
}

DIV, H1, H2, H3, H4, P, TABLE, TH, TR, TD, DT, DD, LI, BLOCKQUOTE, ALT, PRE {
  font-family: Verdana, Univers, sans-serif; font-size: 1em;
  color: darkblue;
}

H1 {
  color: darkblue;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}

H2 {
  color: darkblue;
  font-size: 1.5em;
  font-weight: bold;
}

H3 {
  color: darkblue;
  font-size: 1.2em;
  font-weight: bold;
}


A:link {
  font-family: Verdana, Univers, sans-serif;
  color: blue;
}

A:visited {
  font-family: Verdana, Univers, sans-serif;
  color: purple;
}

DT {
  font-weight: bold;
}

.hang1 {
  margin-left: 10em;
  text-indent: -10em;
}

.indent {
  margin-top: 0px; margin-bottom: 5px; text-indent: 3em;
}

.hangin {
  margin-left: 4em;
  text-indent: -2em;
}

.button {
  font-size: 0.8em;
  text-align: center;
  font-weight: bold;
}

.slim {
  font-size: 0.95em;
}

.copyright {
  font-family: Arial, sans-serif;
  font-size: 0.75em;
  text-align: center;
}

.homepagebox {
  background-color: #F8FFF8;
  text-align: left;
  margin-left: 0px;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  font-size: 1.1em;
}


.caption, .CAPTION {
  font-size: 0.8em;
  font-style: italic;
}


.posthidden {
	DISPLAY: none
}
.postshown {
	DISPLAY: inline
}
