h2 a { text-decoration: none; }
h2 a:hover { text-decoration: underline; }

h3, h4 { margin-top: 20px; }

.headers {
	font-family: 'Helvetica', sans-serif;
	font-size: 11px;
	color: #444
}

.headername {
}

.headers a { text-decoration: none; }
.headers a:hover { text-decoration: underline; }

a.local {
	text-decoration: none;
	border-bottom: dotted 1px;
}
a.local:hover { border-bottom: solid 1px; }

a.external { padding-right: 13px; background: url('/asn1c/blog/static/Icon_External_Link.png') no-repeat right center; }

blockquote {
	padding-left: 1em;
	border-left: solid 1px #484;
	font-family: 'Courier', monospace;
	font-size: 11px;
	color: #444;
}

code { font-family: 'Courier', monospace; white-space: pre; }
.comment { color: #888; font-style: italic; }

pre {
	font-size: inherit;
	border: solid 1px #aaa;
	padding: 10px;
	margin: 3px 2em 1em 0;
}

pre.asn {
	background-color: #fafaf0;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
		-moz-box-shadow: inset 0 2px 5px #999990;
		-webkit-box-shadow: inset 0 2px 5px #999990;
	box-shadow: inset 0 2px 5px #999990;
}

dl.term dt { font-weight: bold; }
