/* close enough to -*- c -*- */

body {
	background-color: #f0f7f7;
	color: black;
}

body, ul, td, th {
        font-family: verdana,arial,helvetica,sans-serif;
        font-size: small;
}

h1,h2,h3,h4,h5,p { font-family: verdana,arial,helvetica,sans-serif; }
	
a {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 img {
	vertical-align: middle;
	padding: 5px;
}

a img {
	border: 0;
}

img {
	vertical-align: top;
	padding: 5px;
}

div.block {
	clear: both;
	border: thin solid #d5ceac;
	background-color: #fdfff7;
	padding: 3px;
	margin: 0px;
}

pre.code {
	border: thin solid black;
	background-color: white;
	white-space: pre;
	color: black;
	font-family: monospace;
	font-size: x-small;
	padding: 10px 5px 5px;
	margin: 0px;
	clear: both;
}

p.mdx {
	clear: both;
	border: thin solid black;
	background-color: #d6d7d6;
	padding: 2px;
	margin: 0px;
	margin-bottom: 1px;
	font-family: sans-serif;
	font-size: small;
	letter-spacing: 3px;
}

h1 {
	clear: both;
	#border: thin solid #d5deac;
	#background-color: #ffffff;
	position: relative;
	left: 0px;
	bottom: -3px;
	margin-bottom: 0px;
	color: #222222;
	font-weight: bold;
	font-size: x-large;
	font-family: sans-serif;
	padding: 3px;
}


h2.section {
	background-color: #ffffff;
	border: thin solid black;
}

h2 {
	clear: both;
	border: none;
	bottom: -10px;
	margin-bottom: 0px;
	color: #444444;
	font-weight: bold;
	font-size: large;
	font-family: sans-serif;
	padding: 3px;
}

div.footer {
	text-align: right;
	font-size: xx-small;
	font-style: italic;
}

dt { font-weight: bold; font-size: smaller }

blockquote.citation {
	font-style: italic;
	width: 60%;
}

p.reference {
	font-size: small;
}

td.section {
	background-color: #cccccc;
}

th.time {
	background-color: #cccccc;
}

td.talk {
	background-color: #ffffff;
}

td.jam {
	background-color: #ffff00;
	font-weight: bold;
}
