/***********************************************/
/* Styles for the CLLN FAQs page               */
/***********************************************/ 

@import "CllnCommon.css"; 

#questions 
{
	width: 343px;
}

#questions h2
{
	padding-top: 10px;	
	padding-bottom: 10px;	
}

#questions ol
{
	list-style: lower-roman;
	font-size: 0.8em;
}

#questions ol li
{
	background-color: #E9F0F5;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;	
	color: #000000;
	
}

#questions ol li a
{
	text-decoration: none;
	color: #000000;
}

#answers 
{
	width: 343px;
}

#answers h2
{
	padding-top: 10px;	
	padding-bottom: 10px;	
}

#answers ol
{
	list-style: lower-roman;
	font-size: 0.8em;
}

#answers ol li
{
	background-color: #E9F0F5;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;	
	color: #000000;
	
}

#answers ol li a
{
	text-decoration: none;
	color: #000000;
}


