/* -- 2025.09.23 -- */

/* ---------------- */	
header	{
	height: 40px;
	width: 1000px;	
	margin-left: auto;
	margin-right: auto;	
	border-style: solid;
	border-width: 0px;		
		}	
h1		{
	height: 40px;
	width: 	1000px;
	text-align: center;	
	  background: -webkit-linear-gradient(top, #F51, #15F);
      background: -moz-linear-gradient(top, #F51, #15F);
      background: -ms-linear-gradient(top, #F51, #15F);
      background: -o-linear-gradient(top, #F51, #15F);		
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 2px;
	padding-top: 4px;			
	margin-left: auto;
	margin-right: auto;	
	border-style: double;
	border-width: 3px;	
	border-color: yellow;
		border-radius: 20px; -wedkit-border-radius: 20px;
	color: #11F;
	text-shadow:  0 0 16px #E5D7F5,   /* Many shadows blur out the area around the text */
				 3px 0 3px #E5D7F5,
				 0 3px 3px #E5D7F5,
				 -3px 0 3px #E5D7F5,
				 0 -3px 3px #E5D7F5;		
		}

div#Updated
		{
	text-align: center;				
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: darkgreen;	
	margin-bottom: 10px;	
		}
/* ------ ToC ------ */		
div#ToC
		{
	width: 401px;
	/* height: 454px;		 */
	margin-left: 4px;	
	background: transparent;
	border-style: solid;
	border-width: 2px;
	border-color: green;
	border-radius: 16px;
	border-top-width: 0px;	
		}
div.Content
		{	
	background-color: #D3FFA5;
	margin-top: -4px;
		}			
div#ToC	h5
		{
	padding-top: 5px;		
	text-align: center;	
	font-weight: bold;
	letter-spacing: 0.3em;
	color: #151;
	font-family: 'Courier New Roman', monospace;
	font-size: 16px;	
		}	
div#ToC	h6
		{
	margin-top: 3px;				
	padding-top: 5px;		
	text-align: center;	
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #353;
	font-family: 'Courier New Roman', monospace;
	font-size: 14px;	
		}			
div#ToC	ul
		{
	margin-left: 5px;	
		}
div#ToC	li
		{
	margin-left: 20px;	
		}			