.as-link {
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}

a:hover {
	text-decoration: underline !important;
	color: blue;
}

blockquote {
	border: 1px solid #999999;
	background-color: white;
}

.permalink {
	text-decoration: none;
	font-size: smaller;
	margin-left: 15px;
}
div.top-left { display: none }

.category h2 {
	font-variant: small-caps;
	margin-top: 16px;
	margin-bottom: 4px;
}
.faq {
	margin-left: 12px;
	font-variant: normal;
	text-align: left;
}
.question {
	padding-top: 2px;
}
.answer {
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 12px;
	border: 1px solid #999999;
	background-color: #f9f9f9;
	margin-bottom: 8px;
	margin-top: 8px;
}



