 /* these style override styles in style.css and are used for the ChildCareReferral pages only. Make sure the link to this css is BELOW the link for style.css in the document head tag */
 
 a, a:link {
	color: #369;
	text-decoration: underline;
}
 .x1 a, .x1 a:link   { /* this style and next are for dhtml menu, top level */
	color: #fff;
	text-decoration: none;
} 
 .x1 a:visited   {
	color: #fff;
	text-decoration: none;
}
.copy a, .copy a:link  {
    color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.copy a:visited {
	color: #fff;
	text-decoration: none;
}
.copy a:hover {
	color: #c09;
	text-decoration: none;
}
h1,h2,h3,h4 {
	color: #077;
}
