.question
{
	padding: 0.3em;
	color: black;
	font-weight: bold;
	background-color: lightskyblue;
	margin-bottom: 0.3em;
	margin-top: 0.6em;
}

.number
{
	color: black;
	font-weight:bold;
	float: left;
	position: relative;
	text-align: left;
	clear: left;
}

.answer
{
	margin-left: 0.3em;
	color: black;
}

.item
{
	clear: both;
	padding-bottom: 0.3em;
	padding-top: 0.1em;
}

.backToLastQuestion
{
	font-size: smaller;
	font-weight: normal;
	color: blue;
}

a.backToLastQuestion
{
	text-decoration: none;
}

a.backToLastQuestion:hover
{
	text-decoration: none;
	color: Red;
}

.indexQuestion
{
	font-weight: normal;
	margin-bottom: 0.3em;
	text-indent: 0.6em;
	float: left;
	position: relative;
}	

.indexQuestion a, a.answertext, a.answerText:visited
{
	color: mediumblue;
	text-decoration: underline;
}

.indexQuestion a:hover, a.answerText:hover
{
	text-decoration: none;
	color: Red;
}