table.questions
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.questions td
{
	vertical-align:top;
	border: 1px solid #000000;
	padding: 3px;
}

table.questions td.qtitle
{
	font: normal bold 16px arial;
}

table.questions td.qsender
{
	font-size: 10px;
	color: #009933;
}

table.questions td.qcontent
{
}

table.questions td.qanswer
{
	font: normal bold 16px arial;
	text-align: center;
}

div.pages
{
	text-align: center;
	font-weight: bold;
}