body {
  background: rgb(255,255,255);
  color: rgb(0,0,0);
  font-family: "Courier New", "Courier", monospace;
  margin: 1em;
}
  
a { 
  text-decoration: none;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

a:link { color: rgb(255,0,0); }

a:active { color: rgb(255,128,128); }

a:visited { color: rgb(192,0,0); }

a.picture { border: none; }

img.illustration {
	float: left;
	border: solid 1px rgb(0,0,0);
	margin: 0em 1em 0em 0em;
}

#page_title { 
  font-size: x-large;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em; 
}

.underline { 
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

/* Blog */

.date { font-weight: bold; }
.entry { 
	clear: both;
	margin-bottom: 1em; 
}
