body {
  background: white;
  color: black;
  font-family: arial,helvetica,sans-serif;
}

a {
  background: transparent;
  color: #17457c;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  background: transparent;
  color: #991e1e;
  text-decoration: underline;
  font-weight: bold;
}

img {
  border: none;
}

/* Main header. */
h1 {
  background: #f5f5f5;
  color: black;
  border-style: solid;
  border-color: #d0d0d0;
  border-width: 1px;
  padding: 5px;
  margin-top: 5px;
	margin-bottom: 5px;
  font-weight: bold;
  font-size: 110%;
  text-align: center;
  clear: left;
}

/* Main header. */
h1.posthead {
  margin-top: 0px;
}


/* Subtitle header. */
h2 {
  font-weight: bold;
  clear: both;
  font-size: 110%;
}

/* Another subtitle using another font-size then the subtitle. */
h3 {
  font-weight: bold;
  clear: both;
  font-size: 100%;
}


p {
}

p.bold {
	font-weight:bold;
	font-size: 105%;
}

li {
  margin-left: 40px;
  margin-right: 40px;
}

pre.code {
  color: black;
  background: #f5f5f5;
  border: solid 2px black;
  font-family: monospace;
  white-space: pre;
  margin: 1.33em 0px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 1.33em;
}


pre.text {
  color: black;
  background: #ddddff;
  font-family: monospace;
  white-space: pre;
  margin: 1.33em 0px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 1.33em;
}

table { 
	text-align:center;
	border: 1px solid black;
}

td {
	border: 1px solid black;
	padding: 3px 6px;
}
th {   
	border: 1px solid gray;
	padding: 4px 8px;
}

div.cred {
	text-align:right;
	padding: 0px 10px;
	font-size: .8em;
}
div.prehead {
	text-align:left;
	padding: 0px 5px;
	font-size: .6em;
}

div.post code {
	display: block;
	background: #eee;
	padding: 6px 8px 6px 6px;
	margin: 6px 0 4px 2px;
	text-align: left;
	border: 1px solid #a9a9a9;
	font: 12px "Courier New", Times, serif;
}
