body	{
        background: white;
        color: black;
	font-family: serif;
	text-align: left;
}
h1      {
	font-style: italic;
	font-weight: 900;
        margin: 0 0 1ex 0; /* large space left under these headings */
}
h2      {
	font-weight: 600;
	margin: 0 0 .2ex 0;
/*	display: list-item;
	list-style: square inside;*/
}
h3	{
	font-weight: 600;
	margin: 0 0 .2ex 0;
}
h4	{
	font-weight: 900;
	letter-spacing: 0.1em;
}
h5	{
	font-style: italic;
}
h6	{
	text-decoration: underline;
}	
h1.SubCode	{
	font-style: oblique;
	font-family: sans-serif;
	margin: .1ex 0 0 0;
	padding: 0 0 0 0;
}
h2.SubName	{
        font-style: oblique;
        font-family: sans-serif;
	margin: 0 0 .1ex 0;
	padding: 0 0 0 0;
/*	display: block; */
}

.footer {
	color: black;
        background: #EEEEEE;
        border: thin;
        margin: 2ex 0 0 0;
        font-family: sans-serif;
        font-size: smaller;
        font-style: normal;
}

.navbar {
	color: black;
        background: #EEEEEE;
        border: thin;
        margin: 0 0 0 0;
        font-family: sans-serif;
        font-style: normal;
}

.main   {
        font-family: sans-serif;
        font-style: normal;
        border: thin;
        margin: 0 0 0 0;
}

