body {
	background-color: White;
	margin: 0px 10px 10px 10px;
	color: Black;
}

p{
	font-size : 12pt;
	text-indent : 20px;
	font-family : "Times New Roman", Times, serif;
	text-align: justify;
	margin: 0px 100px 10px 100px;
}

div.questions{
	color : #0000C0;
	white-space : pre;
	font-family : "Times New Roman", Times, serif;
}

div.answers{
	color : #000080;
	white-space : pre;
	font-family : "Times New Roman", Times, serif;
}

h1{
	color : #0000CD;
	text-align : center;
}

a {
	font-size : 14px;
}

hr{
	color : Blue;
	width : 80%;
	outline-style : groove;
}

p.questions{
	color : #0000C0;
}

p.answers{
	color : #000080;
}

li {
	color : #000080;
}

div.footer{
	font-size : 10px;
	margin : 3px 3px 3px 3px;
	text-align : center;
	border : thin solid Navy;
	width : 250px;
}


h3 {
	color : #0000CD;
	text-align : center;
}


fieldset {
	color : Blue;
}