<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

A {
	color : red;
	font-weight : bold;
	font-size : 12pt;
}
A:link {
	color : red;
}
A:visited {
	color : red;
}
A.INLINE {
	color : inherit;
	font-weight : 700;
	font-size : 12pt;
	text-variant : small-caps;
}
A.INLINE:visited {
	color : blue;
}
A.INLINE:hover {
	color : red;
}
H1 {
	color : inherit;
	font-size : 18px;
	font-stretch : ultra-expanded;
	text-align : center;
	font-weight : 700;
}
H2 {
	color : black;
	text-align : center;
	font-size : 12pt;
}
H3 {
	color : blue;
	text-align : left;
	font-size : 12pt;
}
BODY {
	background-color : white;
	color : black;
	font-family : "Arial", sans-serif;
	font-variant : normal;
	font-weight : 500;
	width : 750px;
	margin-left : auto;
	margin-right : auto;'
}
P.ANSWER {
	color : red;
}
P.ANSWER:first-letter {
	font-size : 150%;
	font-weight : 700;
}
P.QUESTION:first-letter {
	font-size : 150%;
	font-weight : 700;
}
TABLE {
	color : inherit;
	font-family : "Arial", serif;
	font-variant : normal;
	font-weight : 500;
	text-align : top;
}
P {
	text-indent : 1em;
	text-align : justify;
	vertical-align : top;
}
/*P:first-letter {
	font-size : 200%;
	font-weight : bold;
	/*font-style : italic;*/
	float : left;
}*/
P.MENU {
	color : lightgreen;
	font-weight: bold;
}
P.LINKS {
	color : red;
	font-size : 12pt;
	font-family : "Arial", serif;
	font-weight : normal;
	text-align : center;
}
/*P.LINKS:first-letter {
	font-size : 100%;
	font-weight : normal;
	float : none;
}*/
A.LINKS {
	color : blue;
	font-weight : bold;
	font-size : 10pt;
}
A.LINKS:link {
	color : blue;
}
A.LINKS:visited {
	color : blue;
}
A.DC {
	color : blue;
	font-weight : bold;
	font-size : 8pt;
}
A.DC:link {
	color : blue;
}
A.DC:visited {
	color : blue;
}
P.DC {
	text-indent : 0em;
	text-align : center;
	vertical-align : middle;
	font-weight : bold;
	font-size : 10;
	color : blue;
}
