﻿.category
{
	font-size: 1.5em;
	color:#8AB3D1;
	text-decoration:none;
	font-weight:bold;
	height:50px;
}

.question
{
	font-size: 1.1em;
	color: #000000;
	font-weight:bold;
	height:30px;
}

.answer
{
	font-size: 1em;
	color:#647063;
	text-align: justify;
	padding-right: 10px;
}

.answer .textbox
{
	width: 100%;
	color: #647063;
}