#title{
	text-align: center;
	font-size: 250%;
	font-family: serif;
	margin: 50px;
}


#qAndA{
	padding: 0px auto;
	padding-top: 20px;
	border-top: 1px solid black;
	margin: 0px;
	/*background-color: #ddd; */
	font-family: serif;
}
#qAndATable{
	border-spacing: 30px;
	table-layout: fixed;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	
}

#qAndATitle{
	font-size: 160%;
	margin: 0px;
	text-align: center;
}
.qatablecell{
	display: table-cell;
	vertical-align: top;
}
ul{
	list-style: none;
	padding-left: 0;
}
.question{
	font: bold italic 130%  serif;
	color:#5091cd;
	line-height: 120%;
	text-align: center;
	margin-bottom: 10px;
}
.answer{
	font: 90% sans-serif;
	line-height: 130%;
	padding-bottom: 20px;
}
.calendarDifferences {
	list-style: circle;
	margin-left: 20px;
	line-height: 150%;
	margin: 5px 5px 5px 40px;
}





