/* Cascading style sheet for my hardware projects
 * © 2000-2008 Peter Krefting
 */

code {
	color: #402;
	font-family: monospace;
}

kbd {
	color: #882;
	font-family: monospace;
}

p.disclaimer {
	border-left: 2px dashed #400;
	padding-left: 1em;
	background: #ff5;
	color: black;
}

blockquote.q:before {
	content: "?";
	font-size: 200%;
	font-weight: bold;
	float: left;
	padding: 1px;
	background: #eee;
	color: black;
	margin-right: 2px;
}

p.signature {
	text-align: right;
}
