BODY {
  font-family: Times New Roman, Bookman, Tahoma, Tahoma, Arial, sans-serif;

  /* margin: 0px, 50px, 50px, 50px; */ /* not supported in Netscape 4.5 */

  margin-top: 10px;
  margin-right: 25px;
  margin-left: 50px;
  margin-bottom: 50px;

  font-size: 10pt;
  color: black;
  background-color: white;
}

H1{
  font-family: Tahoma;
  font-size: 18pt;
  font-weight: bold;
  color: blue;
}

H2  {
  font-family: Tahoma;
  font-size: 16pt;
  font-weight: bold;
  color: #336699;
 }

H3{
  font-family: Tahoma;
  font-size: 14pt;
  font-weight: bold;
  color: #666666;
}
H4{
  font-family: Tahoma;
  font-size: 12pt;
  font-weight: bold;
  color: #666666;
}
H5  {
  font-family: Tahoma;
  font-size: 10pt;
  color: #666666;
}
P {
  font-family: Tahoma;
  font-size: 9pt;
}

LI {
  font-family: Tahoma;
  font-size: 12pt;
}

UL {
  font-family: Tahoma;
  font-size: 12pt;
}

TD, TR, TH {
  font-family: Tahoma;
  font-size: 10pt;
}


PRE, CODE, TT {
  font-family: monospace;
  }

copyright  {
  font-family: Tahoma;
  font-size: 10pt;
  color: blue;
}

A:link
{
  font-family: Tahoma;
	color: #ff2222;
	text-decoration: none;
}

A:visited    {
  font-family: Tahoma;
		text-decoration: none;
		color: #0000ff;
		}

A:active     {
  font-family: Tahoma;
		text-decoration: underline;
		color: #ff6600;
		}

a:hover  {
  font-family: Tahoma;
		text-decoration: underline;
		color: #9933ff;
		}
a:link
{
  font-family: Tahoma;
	color: #ff2222;
	text-decoration: none;
}

a:visited    {
  font-family: Tahoma;
		text-decoration: none;
		color: #0000ff;
		}

a:active     {
  font-family: Tahoma;
		text-decoration: underline;
		color: #ff6600;
		}

a:hover  {
  font-family: Tahoma;
		text-decoration: underline;
		color: #9933ff;
		}

DFN
{
	font-weight: bold;
	color: red;
}

LABEL
{
	color: green;
	font-family: monospace;
	font-style:italic;
	font-weight: 700;
}
ref
{
  font-family: Tahoma, Bookman Old Style, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: #009900;
}
title
{
  font-family: Tahoma, Bookman Old Style, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: #009900;
}

