P  {
	margin-bottom : 18;
	margin-top : 0;
	font-size : medium;
	font-family : Arial;
	color : White;
}

H1  {}

H2  {
	padding-top : 0;
	padding-bottom : 0;
	font-style : italic;
	margin : 0;
	font-weight : bold;
	font-size : medium;
	color : White;
}

H3  {
	margin : 0;
	font-style : italic;
	font-weight : normal;
	font-size : medium;
	color : White;
}

A  {
	color : FF0000;
	text-decoration : none;
	font-weight : bold;
}

A:Visited  {
	color : 7F7FFF;
}

A:Active  {
	color : 4F4F7F;
}

A:Hover  {
	color : FF0000;
	text-decoration : underline;
}

BODY  {
	font-size : medium;
	font-family : Arial;
	color : White;
; background-color: Black
}

.small  {
	font-size : x-small;
}

.nav  {
	padding-top : 1;
	padding-bottom : 1;
	border-color : Gray;
	padding-left : 3;
	padding-right : 3;
	font-size : medium;
; background-color: #00007E; background-repeat: no-repeat; text-align: left
; text-indent: 2pt
; border: Gray
}

TD  {
	padding-left : 4;
	padding-right : 4;
	color : White;
}

ol {  margin-bottom: 1em}
ul {  margin-bottom: 12pt}
li {  font-size: medium}
.question {  font-weight: bold}
.answer {  font-size: small; color: #C0C0C0}
