/* CSS Document */
BODY
{
font-family: Verdana, Arial, Sans-Serif;
color: #000080;
}

.header
{
font-size: 16px;
font-weight: bold;
}

.header2
{
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;

}

.normaltext
{
font-size: 12px;
}
.question {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #000066;

}
.answer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000099;
}

