/* CSS for CHASC page */
/* based on http://www.cfa.harvard.edu/common/styles/cfastyles.css */

/* -- body -- */
body {
	color: #000000; background-color: #FFFFFF; margin-left:10%; margin-right:5%; margin-top:1px;
}
A:link {
	color: #156615; text-decoration: underline; 
}
A:visited { 
	color: #333333;
	text-decoration: underline; 
}
A:hover, A.active { 
	color: #C67204;
	text-decoration: underline; 
}

h4  {
font: 14px Arial, sans-serif; color: #900000; 
}
h3  {
font: 14px Arial, sans-serif; color: #900000; 
}

H1,H2,H3,H4,H5 {
	font-family: Verdana, Arial; font-style: normal; font-weight: normal; color: #900000;
}

dl.astro{ color: #000090; }
dl.stat{ color: #009000; }

dt.astro{ color: #000090; }
dt.stat{ color: #009000; }

dd.astro{ color: #000090; }
dd.stat{ color: #009000; }

/* -- date -- */
.datetext {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none; 
}
