P	{
	color: black;
	font-variant: normal;
	font-weight: normal;
	font-family: Times, serif;
	font-size: 10pt;
	text-indent: 0em;
	margin-top: 5pt;
	margin-bottom: 5pt; 
}

LI {
	font-size: 10pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
}

H1, H2, H3, H4, H5, H6, H7
	{
	color: navy;
	/* background: cyan; same as background-color */
	/* background-color: cyan; */
	background-image: none;
	font-variant: normal;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	margin-bottom: 0;
	margin-top: 0;
	}

H1	{ font-size: 15pt; }
H2	{ font-size: 14pt; }
H3	{ font-size: 13pt; }
H4	{ font-size: 12pt; }
H5	{ font-size: 11pt; }
H6	{ font-size: 10pt; }
H7	{ font-size: 9pt; }
	
A:link	{
	color: blue;
	/* background: yellow;
	background-color: yellow; */
	}

A:visited	{
	color: green;
	/* background: silver;
	background-colour: silver; */
	}

A:active	{
	color: black;
	background: cyan;
	background-color: cyan;
	}

