body { 
  margin-left: 5%;
  margin-right: 5%;
//  background: #F5F5DC;
  background: #f8f8f8;
}

P     {
        font-family: Verdana, Arial, Helvetica;
//        font-size: 12pt;
//        line-height: 14pt;
        color: #000000;
/*
        margin-left: 5%;
        margin-right: 5%;
*/
        }
/*
table {
  margin-left: 5%;
  margin-right: 5%;
}
*/

/*
blockquote { 
  margin-left: 10%;
  margin-right: 10%;
}
*/

li { 
  font-family: Verdana, Arial, Helvetica;
//  font-size: 12pt;
//  line-height: 14pt;
}

ul.circle { list-style-type: circle }

EM.highlight { 
/*  color : green; */
  background : yellow;
 }

p.navigation-bar {background-color: white;
  border: medium #ffffff solid;
  padding: 1%;
  text-align: center}

p.navigation-bar a:link
p.navigation-bar a:visited

p.navigation-bar a:link {color: white;
  text-decoration: none}

p.navigation-bar a:hover {background-color: grey;
  color: blue;
  text-decoration: none}

ul.navbar { 
  margin: 0;
  padding: 5;
  border-top: 2px solid black; 
  border-bottom: 2px solid black;
  text-align: center;
}

ul.navbar li { 
  display: inline; 
  text-align: center;
  margin: 0;
  padding: 0;
  border-right: 1px solid black;
  border-left: 1px solid black;
}

ul.navbar li a { 
  text-decoration: none;
  color: black;
  padding: 3;
}

.navbar a:hover { 
  color: black;
  font-size: 125%;
  line-height: 75%;
}

p.note { 
  margin-left: 10%;
  margin-right: 10%;
  font-family: courier;
}

p.modified
{
  font-size: small;
  color: black;
}

H1    {
        font-family: Arial, Helvetica;
        font-weight: bold;
//        font-size: 20pt;
  font-size: xx-large;
//        color: #000066;
        text-align: center;
        }

H2    {
        font-family: Arial, Helvetica;
        font-weight: bold;
  //      font-size: 16pt;
  font-size: x-large;
//        color: #000066;
        text-align: left;
        }

H3    {
        font-family: Arial, Helvetica;
        font-weight: bold;
//        font-size: 14pt;
  font-size: large;
//        color: #000066;
        text-align: left;
        }


H4      { 
        font-family: Arial, Helvetica;
        font-weight: bold;
//        font-size: 12pt;
  font-size: medium;
//        color: #000066;
        text-align: center;
        }

H5      { 
        font-family: Arial, Helvetica;
        font-weight: bold;
//        font-size: 12pt;
  font-size: small;
//        color: #000066;
        text-align: left;
        }

.quote	{
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	font-size: 12pt;
	line-height: 14pt;
	color: #336600;
	text-align: left;
	}

.quote2	{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 10pt;
	line-height: 14pt;
	color: #006600;
	text-align: left;
	}

.quote3	{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 10pt;
	line-height: 14pt;
	color: #990000;
	text-align: left;
	}

.sig  {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  line-height: 12pt;
  color: #000000;
  text-align: right;
}

.small {
       font-size: 5pt;
       line-height: 7pt;
       color: #000000;
       }

address { 
  font-size: small;
  background: #ccc;
}