@charset "utf-8";
@import  "../css/litelime.css";

div.QandA
{
	margin-top: 2em;
	margin-left: 2em;
	margin-right: 2em;
	border-top: 1px solid;
}
div.question
{
	color: #420;
	background:  inherit;
	font-weight: bolder;
	margin-bottom: 1em;
}
div.question p
{
	margin-left: 0em;
	margin-right: 0em;
}
blockquote pre
{
	margin: 0;
	border: none;
	background: transparent;
}

