div#main
{
	margin-left: 20px;
	width: 600px;
	font-family: monospace;
	line-height: 1.5em;
}

img
{
	border: 0;
}

img.image_showoff
{
	border: double 3px;
}

.center
{
	text-align: center;
}

div.article
{
	border-bottom: dashed 1px;
}

.annotation
{
	float: right;
	margin-right: -220px;
	width: 200px;
	color: #060;
	font-family: cursive;
}
.annotation strong
{
	background: inherit;
}

h1
{
	margin: 1.5em 0;
	font-size: large;
	text-transform: uppercase;
}

h4
{
	margin: 0;
	font-size: large;
}

p, ul, ol, dl
{
	margin: 1.5em 0;
	font-size: medium;
}

.article p, .article ul, .article ol, .article dl
{
	margin-top: 0;
}

em, em strong
{
	text-decoration: underline;
	font-style: normal;
}

strong
{
	background: #ff0;
}

b, i
{
	text-transform: uppercase;
}

a
{
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-transform: uppercase;
	text-decoration: underline;
	color: #ff0000;
}

a.section_link
{
	text-transform: uppercase;
}

span.category_link a
{
	text-transform: lowercase;
}

span.article_links
{
	display: block;
}

span.article_links, span.article_links *
{
	font-weight: normal;
}

del
{
	text-decoration: line-through;
	color: #666;
}

ins
{
	color: #060;
	text-decoration: none;
}

.annotation ins
{
	font-weight: normal;
	color: #000;
}

blockquote a
{
	text-transform: uppercase;
}
