/* standard style  *//* netscape 4.6 doesn't support the universal selector '*', hence the following mess  */body, div, address, p, li, a, h1, h2, h3, h4, h5, h6, td, th, ul, ol {}/* used for page title */h1 {font-size: 150%; margin-bottom:0;	/* line-height:0; margin-top: 5;*/ }/* section headings within a page */h2 	{font-size: 120%; font-style: bold; margin-bottom:0; 	/*line-height:0; margin-top:10;*/ }h3 	{font-size: 100%; font-style: bold; margin-bottom:0; 	/*line-height:0; margin-top:10;*/ }ul { margin-top: 5; margin-bottom:10;}p  { margin-top: 5; margin-bottom:10; }/* menu bar links *//* can we make table borders work right with css? *//* border-width:0; margin:0; padding:0; - didn't work */table.menu 				{ background: #102B93; }table.menu tr.current	{ background: #688EFF; }td.menu				{ font-size: 14pt; font-weight: bold;				  font-family: Arial, Helvetica, sans-serif; 				  color: white; }td.menu a:link     		{ text-decoration: none; color: white; }td.menu a:visited  		{ text-decoration: none; color: #CCCCCC; }td.menu a:hover      	{ text-decoration: none; color: red; }table.status  			{ background: #102b93; }td.status 			{ text-align: center; font-size: 10pt; 				  font-family: Arial, Helvetica, sans-serif; color: white; }td.status b 			{ font-size: 14pt; }td.menu h1, td.status h1	{ text-align: left; font-weight: bold; 				  margin-top:0; margin-bottom:5;				  font-size: 18pt; 				  font-family: Arial, Helvetica, sans-serif; 				  color: white; }address { font-style:normal; font-size:10pt; color:#404040; }/* eof */
