BODY {
  background: #fff;
  color: #000;
}

P {
  line-height: 1.5;
}

H1 {
  color: #ffffff;
  background: #ff6600;
  border-left: 1.5em solid #99ccff;
}

H2 {
  color: #000000;
  background: #ffcc33;
}

H3, H4, H5, H6, H7 {
  color: #000000;
  background: #99ccff;
}


A:link { text-decoration: underline; color: #00f; }
A:visited { text-decoration: underline; color: #50f; }
A:focus { text-decoration: underline; color: #90f; }
A:hover { text-decoration: underline; color: #90f; }
A:active { text-decoration: underline; color: #90f; }

STRONG { color: #ff6600; }


div.calendar, div.referer, div.footer {
  font-size: 70%;
  text-align: left;
}
div.recentitem {
  font-size: 70%;
}
div.adminmenu {
  font-size: 80%;
  text-align: right;
}
div.comment, div.refererlist, div.form {
  margin-top: 1em;
  margin-left: 1em;
  border-style: dotted;
  border-width: 1px;
}
div.caption {
  background: #ff6600;
}
div.commentshort, div.commentbody {
  margin-top: 1em;
  font-size: 80%;
}
div.commentshort p, div.commentbody p {
  margin: 0.5em;
  line-height: 1.1;
}

div.main {
  width: 75%;
  margin-left: 0.5em;
  float: left;
}

div.sidebar {
  width: 20%;
  padding-left: 1em;
  padding: 0.5em;
  float: left;
}

div.footer {
	font-size: 90%;
	text-align: right;
	margin-top: 0px;
	margin-right: 1em;
	clear: both;
}

