﻿.QuestionList a
{
	display: block;
	color: #006699;
	font-weight:bold;
	text-decoration:none;
	line-height:120%;
	padding:10px;
}

.QuestionList a:hover
{
	color: #1177bb;
}

.QuestionList
{
	width:800px;
	padding: 20px 0;
	list-style-type:none;
}

.QuestionList .answer
{
	display:none;
	padding:10px 15px 15px 15px;
}

