@charset "UTF-8"

/*
Created 12 Oct. 2016 to include the typical css used by Excel 2008 "Save as Web page..." for xlsx to htm.
*/

	
	.style0 {
		text-align:general;
		vertical-align:bottom;
		white-space:nowrap;
		color:windowtext;
		font-size:10.0pt;
		font-weight:400;
		font-style:normal;
		text-decoration:none;
		font-family:Courier;
		border:none;
	}
	
	.xl24, .xl25, .xl26, .xl27, .xl28, .xl29, 
	.xl30, .xl31, .xl32, .xl33, .xl34, .xl35, 
	.xl36, .xl37, .xl38, .xl39 
	{
		/* font-size: 12.0pt; */
		font-size: 8.0pt;
		font-family: Courier, "Courier New", monospace ;
	}
	
	.xl25, .xl32 {
		/* text-align:left; */
	}
	
	.xl27, .xl28 {
		/* text-align:center; */
	}
	
	.xl31, .xl32, .xl33, .xl36, .xl39 {
		font-weight:700;
	}
	
	.xl37, .xl38, .xl39 {
		font-style:italic;
	}
	
	ruby {ruby-align:left;} 
	
	rt {
		color:windowtext;
		font-size:8.0pt;
		font-weight:400;
		font-style:normal;
		text-decoration:none;
		font-family:Verdana;
		display:none;
	}
	
	td, th {
	margin: 0px; 
	padding-top:2px;
	padding-right:2px;
	padding-bottom:2px;
	padding-left:2px;
	color:windowtext;
	font-size:8pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:"Courier", monospace;
	border: ridge black 1px;
	/*
	style='border-collapse:collapse;
	*/
	border-collapse:collapse; 
	/*
	text-align:general;
	vertical-align:bottom;
	white-space:nowrap;
	*/
	}

	table, table>thead, table>tbody, #tbodyscroll {
		/*
		width:1900px; // 12 pt font
		width:1230px; // 8 pt font 
		*/
		/* 02 Jun 2023 from width:1230px; to */
		width:1100px; /* 8 pt font */
		/* This has no effect, since the tcols are individually formatted */
	}
	
	table, table>thead, table>tbody {
		table-layout:fixed; 
		border-collapse:collapse; 
	}
	/*
	<div id="tbodyscroll" 
		style="width:1915px;height:20em;overflow-y:auto;overflow-x:hidden;
		border-bottom:1px solid black;">
	*/
	#tbodyscroll {
		height:20em;
		overflow-y:auto;
		overflow-x:hidden;
		border-bottom:1px solid black;
		margin: 0px; 
		padding: 0px; 
	}
	
	body, #container { padding:0px;margin:0px;width:1230px; } 
	
	table, #container { margin: 0px; } 
	
	/*
	New 27 Apr 2023
	• idex_zodiac_svg.html ~Line 290
<h1 style="position:relative;left:420px;">The Zodiac</h1>
	h1 {
		font-weight:400;
		font-style:normal;
		font-family:Garamond, "Times New Roman", Times, serif;
	}
	*/
	
	
