body    {
	color: black;
	background-color: white;
    padding: 1em 12% 1em 4%;
    line-height: 1.4em;
    font-family: georgia, serif;
    }
h2,h3   {
    text-align: center;
    }
p	{
    line-height: 1.4em;
    font-family: georgia, serif;
	}
ul  {
    list-style-type: none;
    }
table   {
    border-bottom: 1px solid black;
    }
th  {
    text-align: left;
    font-weight: normal;
    }
thead th, thead td  {
    border-bottom: 1px solid black;
    }
td  {
    text-align: center;
    }
.blockq {
    font-size: 80%;
    margin: 1em 3em 1em 3em;
    }
#hawaii, .note		{
	font-size: .7em;
	border: 1px solid green;
	background-color: #90EE90;
	padding: .5em 1.5em;
	margin-left: 1em;
	line-height: 1;
	font-family: verdana, sans-serif;
	}
.unicode    {
    font-family: "arial unicode ms", serif;
    }

