body {
  margin: 0px;
  background-color: #888888;
  color: black;
}
div.siteMainColumn {
  margin-right : auto;
  margin-left : auto;
  width: 800px;
  background: white;
  border: solid 1px black;
  margin-bottom: 12px;
  color: black;
}
div.siteHeader {
  color: white;
  background: rgb(64,64,64);
  border-bottom: solid 1px rgb(128,128,128);
  height: 70px;
}
div.siteTitle {
  margin-top: 0px;
  margin-left: 12px;
  font-size: 50px;
  font-family: times, serif;
  font-weight: bold;
}
div.siteSubTitle {
  font-size: 12px;
  margin-left: 293px;
  margin-top: -12px;
  font-family: Verdana, sans-serif;
  background: rgb(64,64,64);
  color: #d3d3d3;
}
div.contentColumn {
  margin: 3px;
  width: 560px;
  border: solid 1px #888888;
  float: left;
}
div.navBar {
  position: relative;
  top: -9px;
  margin-left: 10px;
}
div.navBar div {
  background: rgb(128,128,128);
  width: 60px;
  float: left;
  margin-left: 3px;
  text-align: center;
  text-transform: UPPERCASE;
  font-size: 10px;
  height: 14px;
  font-family: Verdana, sans-serif;
  color: black;
}
div.navBar a {
  color: white;
  background: #888888;
  text-decoration: none;
}
div.contentColumn div.entry {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-bottom: solid 1px black;
}
div.contentColumn div.entry a {
  color: blue;
}
div.contentColumn div.entryTitle {
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
}
div.contentColumn div.entryTimestamp {
  font-weight: bold;
}
p {
  font-size: 16px;
  text-indent: 32px;
  text-align: justify;
}
div.contentColumn div.entryCategory {
  margin-left: 3px;
  text-transform: UPPERCASE;
  color: rgb(160,160,160);
  font-weight: bold;
  font-family: Arial;
  font-size: 12px;
}

div.moreRecentEntries {
  border: solid 2px #888888;
  margin: 5px;
  background: #d3d3d3;
}

div.moreRecentEntries div.entryCategory {
  margin-left: 3px;
  text-transform: capitalize;
  color: black;
  font-weight: bold;
  font-family: Times;
  font-size: 16px;
}
div.moreRecentEntries div.entryTitle {
  font-family: Times;
  font-size: 16px;
  font-weight: bold;
  float: left;
}
div.moreRecentEntries div.entryTimestamp {
  clear: both;
  font-weight: normal;
}
div.moreRecentEntries div.entry {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-bottom: none;
}
div.sidebar {
  float: left;
  width: 229px;
}
div.module {
  border: solid 1px #888888;
  margin-top: 3px;
  background: #d3d3d3;
}

div.moduleHead {
  text-align: center;
  font-weight: bold;
  font-family: Arial;
  margin-top: 5px;
  margin-left: 5px;
}
div.moduleBody {
  margin-left: 5px;
}
div.moduleBody div.entryTitle {
  font-weight: bold;
}
div.moduleBody div.entryTimestamp {
  font-size: 12px;
}
div.footer {
  margin: 3px;
  border: solid 1px #888888;
  clear: both;
  background: #d3d3d3;
  color: black;
}
div.footer div {
  margin: 5px;
  font-size: 12px;
}
a {
  color: #0000FF;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-family: Arial;
  font-size: 20px;
}
div.archiveEntryTitle {
  font-weight: bold;
  float: left;
}
div.archiveEntryDate {
  font-size: 12px;
  clear: left;
}
tr.header {
  background: #31869f;
}
tr.row0 {
  background: #afd9e5;
}
tr.row1 {
  background: #8cceda;
}

div.comment0 {
  border: solid 2px #888888;
  margin: 3px;
}
div.comment1 {
  border: solid 2px #888888;
  margin: 3px;
  background: #d3d3d3;
}
div.commentHead {
  margin: 5px;
  font-weight: bold;
}
div.commentBody {
  margin: 5px;
}
div.commentTail {
  margin: 5px;
  font-size: 12px;
}
div.sotm {
  text-align: center;
}
span.spoiler {
  color: black;
  background: black;
}
img {
  border: none;
}
code {
  white-space: pre;
  color: rgb(0,128,0);
}
blockquote {
  border: dashed 1px black;
  background: #EEEEFF;
  padding-left: 12pt;
  padding-right: 12pt;
  padding-top: 0pt;
  padding-bottom: 0;
}
div.cite {
  text-align: right;
  font-style: italic;
}
fieldset {
  border: none;
}
div.refererHead {
  font-weight: bold;
  margin-left: 12pt;
}
.referers {
  font-size: 12px;
}
