BODY {
	font-family: sans-serif;
	color : #000;
	background: #fff;
	margin-top: 0;
}

A {
	padding: 2px;
	line-height: 125%;
	color: #00f;
}

A:hover {
	background: #cdf;

}

.waiting {
	color: #4f7;
	background: #aaa;
	padding: 12px;
	margin: 12px 0px 12px 96px;
	text-align: center;
}

.menubar {
	float: left;
	width: 84px;
	height: 100%;
	text-align: center;
	margin-top: 0;

	position: fixed;
	left: 8px;
	top: 0px;
}

.menubar A {
	display: block;
	text-decoration: none;
	background: #cdf;
	color: #007;
	font-weight: bold;
}

.menubar A:hover {
	background: #007;
	color: #cdf;

}

.bloglink A {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.bloglink A:hover {
	background: none;
}

blockquote {
	/*border: 1px dotted #744;*/
	text-align: left;
	padding: 4px; 
	margin: 8px;
}

.light {
	background: #fff;
}

.dark {
	background: #cec;
}

.bqlight {
	background: #eee;
}

.bqdark {
	background: #dfd;
}

.imageinset {
	margin-right: 1em;
}

.mediainset {
	float: left;
	text-align: left;
	/*margin-top: -1em;*/
	margin-right: 1em;
}
