body    {
    background: rgb(168,203,213);
    color: black;
	margin: 1em 5% 1em 5%;
    font-family: georgia, serif;
    }
h1  {
	text-align: center;
	text-transform: uppercase;
    }
.navbar	{
	text-align: center;
	}
#content	{
	margin: 1em 15%;
	}
#caps	{
	font-style: italic;
	}
pre	{
	font-family: georgia, serif;
	margin-left: 2.5em;
	font-size: 1em;
	}
.py	{	/* +++ FOR CHINESE CHARACTERS AND TONAL PINYIN +++ */
	font-family: "arial unicode ms", "lucida sans unicode", sans-serif;
	}

/* STYLES FROM HERE DOWN BELONG TO THE BIG TABLE OF PREVIOUS ISSUES */

table   {
    border-bottom: 1px dotted gray;
    }
.place  {
    font-style: italic;
    font-size: .7em;
    }
.r  {
    text-align: right;
    }
td, th  {
    border-left: 1px dotted gray;
    vertical-align: top;
    }
th  {
    border-bottom: 1px dotted gray;
    }
tr th:first-child   {
    border-left: none;
    }
tr td:first-child   {
    border-left: none;
    }
ol  {
    margin-top: 0;
    }

/* stylesheet by M. Swofford */


