@charset "US-ASCII";
@import "snack.css";

div#faq-menu ol {
	color: black;
}
div#faq-menu ol li {
	color: black;
	margin-bottom: 10px;
}
div#faq-menu ol li a:link, div#faq-menu ol li a:visited {
	color : black;
	text-decoration: none;
}

div#faq-menu ol li a:hover, div#faq-menu ol li a:active {
	color: red;
}
div#faq-content {
	margin-top: 40px;
	margin-bottom: 40px;
}
div#faq-content dl {
	color: black;
	width: 450px;
	padding-left: 30px;
}
div#faq-content dl dt {
	color: #505000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: -2em;
}
div#faq-content dl dd {
	margin-left: 0px;
	margin-bottom: 30px;
}
