tr.question
{
	font-size: 10pt;
	background-color : #DDDDDD;
	font-weight : bold;
	color : blue;
}
tr.question_text
{
	font-size: 10pt;
	background-color : #F7F7F7;
	color : Black;
	font-family : Tahoma;
}
tr.answer
{
	font-size: 10pt;
	background-color : #3399CC;
	font-weight : bold;
	color : White;
}
tr.answer_text
{
	font-size: 10pt;
	background-color : #eeeeee;
	font-weight : bold;
	color : blue;
}
A:link {
	color: #ADADA5;	text-decoration : underline;
} 
A:visited {
	color: #ADADA5; text-decoration : underline;
}
A:active {
	color: #ADADA5; text-decoration : underline;
} 
A:hover {
	color: #ADADA5; text-decoration : none;
}
A.question:link {
	color: Black;
	} 
A.question:visited {
	color: Black;
}
A.question:active {
	color: Black;
} 
A.question:hover {
	color : Black;
	text-decoration : underline;
}
.data
{
	color : Red;
	font-size : 8px;
}