*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.3em;
}

div#content p
{
	margin: 10px 20px;
}

div#content p b
{
	color: #000;
	font-weight: bold;
}

div#content p.question
{
	margin: 20px 20px 5px;
}

div#content p.answer
{
	margin: 5px 20px 20px;
}

div#content p#title
{
	text-align: center;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

div#content p#copy
{
	color: #666;
	margin-top: 30px;
	text-align: center;
	font-size: 0.8em;
}

div#images,
div#bottomBox,
div#button,
div#footerBox
{
	display: none;
}

