/* style.css for The Solar Almanac    J. E. Brown  Aug 16, 2006 */		HR { color: white; } 		H1, H2, H3, H4, H5, H6, P, .logo { font-family: Hoefler Text, GaramondSSK, Garamond, Apple Chancery, Palatino, Times; } 		H1, H2 { font-weight: normal; } /* no bold */ 		P { color: white; font-family: Palatino, Times; } /* - move to sitewide.css; remove "white" */ 		PRE { font-family: Courier, monospace; font-size: 10pt; } 		INPUT { font-family: courier; }  		.Date { color: white; background-color: rgb(64,64,64); } /* - move to calendar.css */ 		.DayNumber { color: rgb(200,255,200); font-family: Hoefler Text, GaramondRepriseOSSCapsSSK, Garamond, Apple Chancery, Palatino, Times; font-size: 36pt; } /* - move to calendar.css */ 		.Events { white-space: nowrap; } /* - move to calendar.css */ 		.Events A       { text-decoration: none; } 		.Events A:hover { text-decoration: underline; } 		.Events .darknight A       { color: rgb(220,220,255); } 		.Events .moonlight A       { color: rgb(220,220,255); } 		.Events .sunlight  A       { color:  rgb(0,0,100);   } 		.Events .darknight A:hover { color: cyan; } 		.Events .moonlight A:hover { color: cyan; } 		.Events .sunlight  A:hover { color:  blue;} 		.MonthAndYear { color: rgb(200,255,200); font-family: Palatino, Times; font-size: 12pt; } /* - move to calendar.css */ 		.moonlight { color: white; background-color: rgb(64,64,128); } /* -A- move to sitewide.css */ 		/* margin: -0.5em 0; padding: 0;  */ 		.sunlight { color: black; background-color: aliceblue; } /* -A- move to sitewide.css */ 		.darknight { color: white; background-color: black; } /* -A- move to sitewide.css */ 		DIV.sunlight, DIV.moonlight, DIV.darknight { margin: 1px 0px; padding: 0px 4px; } /* for lines in the calendar, apparently */ 		TD, TH { color: white; background-color: black;  } 		TD, TH { font-family: Garamond, Palatino, Times; font-size: 12pt; } 		TD, TH { padding: 4px 4px; } /* for IE5 */ 		OL, UL, LI { color: white; font-family: Palatino, Times; } /* ROYGBV Br1 Br2 Pnk Cy LGr Gr Bk Bld */