
 body {
	background-color: rgb(16,16,16);
	color: rgb(208,208,208);
 	/* font-family: monospace; */
 }
 
 h1 {
	font-size: 110%;
	line-height: 1.5em;
	margin: 0.75em 30px;
 }
 
 h1.title {
	font-size: 200%;
	line-height: 1.5em;
	text-align: center;
 }
  
 h2 {
	font-size: 100%;
	line-height: 1.5em;
	margin: 0.75em 30px;
 }

 h3 {
	font-size: 100%;
	line-height: 1.5em;
	margin: 0.75em 30px;
 }

 a {
    text-decoration: none;
 }

 a:link {
	text-decoration: none;
	font-weight: bold;
	color: rgb(32,255,32);
 }
 
 a:visited {
	text-decoration: none;
	font-weight: bold;
	color: rgb(192,192,192);
 }

 a:link:focus, a:link:hover, a:link:active {
	text-decoration: underline;
	font-weight: bold;
	color: rgb(64,255,64);
 }

 table {
	margin: 0.75em auto;/*  */
	width: auto;
	padding: 2px;
	/* border: 1px solid rgb(96,96,96); */
	/* align: center; */
 }
                                          
 p {
	width: auto;
	margin: 0.75em 30px;
	background-color: transparent;
	color: rgb(208,208,208);
	font-size: 90%;
 }

 img {
	margin: 2px 1px;
 }

 *.center {
	margin-right: auto;
	margin-left: auto;
	/* align: center; */
	text-align: center;
 }

 *.note {
	font-size: 80%;
 }

 *.textquote {
	width: auto;
	font-size: 100%;
	margin: 1em 60px;
 }

 *.trigram {
	font-size: 200%;
	font-weight: bold;
 }

 #chtitle {
	margin: 1em 60px;
	font-size: 300%;
	font-weight: bold;
 }

 #chouinav {
	font-size: 100%;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
 }

 #navbar {
	font-size: 110%;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
 }

