﻿.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:#000000;
}

.answer .textbox
{
	width: 100%;
}