@import url(defaults.css);

/*
----------------------------------

CONTENT

----------------------------------
*/

#main .content h1 {
	margin-top: 15px;
	font-size: 16px;
	font-weight: bold;
}

#main .content h2 {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

#main .set {
	width: 620px;
	margin-top: 15px;
	border-bottom: 1px solid #d0c193;
	padding-bottom: 15px;
}

#main .set.first {
	margin-top: 0;
}

#main .set.last {
	border-bottom: none;
	padding-bottom: 0;
}

#main .content p {
	margin-top: 5px;
	font-size: 14px;
	line-height: 150%;
}

#main .content p.question span {
	color: #006699;
	font-weight: bold;
}

#main .content p.answer span {
	color: #cc3300;
	font-weight: bold;
}

#main .content p a, #main .content p a:visited {
	color: #311b09;
	text-decoration: underline;
}

#main .content ul {
	margin-top: 5px;
}

#main .content ul li {
	margin: 2px 0 0 45px;
	font-size: 12px;
	line-height: 150%;
	list-style-type: disc;
}

