.warning {
	border : medium double;
	background-color : Yellow;
	color : Black;
	padding : 5px 5px 5px 5px;
	text-align : justify;
}

.footnote {
	font-size : 12px;
	text-align : center;
}

H1 {
	font-size : 20px;
}

.question {
	font : bold;
}

	
}
.answer {
	font : italic;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
}

BODY, TD {
	background: White;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

H2 {
	font-size: 14pt;
	color: #87CEFA;
}

H3 {
	font-size: 13pt;
	color: Green;
}

H4 {
	font-size: small;
	font-variant: small-caps;
	font-weight: normal;
	color : white;
	background-color : Blue;
}

A {
	text-decoration: none;
	color: #0000CC;
}

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

HR {
	color: blue;
	height: 1pt;
}
