.title {
	color: #666666;
	background: transparent;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-decoration : underline;
	font-weight: bold;
	line-height: 20px;

}

.question {
	color: red;
	background: transparent;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-decoration : none;
	line-height: 21px;

}
	
.answer {
	color: black;
	background: transparent;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-decoration : none;
}

.answerBold {
	color: black;
	background: transparent;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-decoration : none;
	font-weight : bold;
}

.table{
	border : 0px none #CCCCCC;
}	
