/* CSS Document */

#questions
	{
		margin-bottom: 30px;
		font-weight: bold;	
	}
	
#questions a {
	color: #000;
	text-decoration: none;
}

#questions a:hover {
	text-decoration: underline;
}

.questiontext, .answertext
	{
		margin-bottom: 12px;	
	}
	
.answertitle
	{
		font-weight: bold;	
	}
	
.answertitle, .answertext1
	{
		margin-bottom: 5px;	
	}
	

/* End of Document */