.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;
	margin: 0 0 1em 2em;
	 padding: 0 0em 0em 1em;
}

.permalink {
	display: none;
	/*
	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;
}

.category h3 {
	margin-top: 2px;
	margin-bottom: 2px;
}

.faq {
	margin-left: 12px;
	font-variant: normal;
	text-align: left;
}
.question {
	font-size: 100%;
	margin-bottom: 0px;
	/* font-weight: normal; */
}

.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;
}


