 /*****************************************************************
 * HW-provided Top-level CSS stylesheet
 *
 * Should contain (or import) all styles used across many pages
 * within the site, and overrides to HW global CSS stylesheet.
 *
 *****************************************************************/

/******************************************************************/
/** requires sidebar styles **/
@import url("hw-book-sidebars.css");

/* customize site */
#header #hdr-login {
        color: #000099;
}

div.hw-gen-page a,
div.hw-gen-page a:hover,
div.hw-gen-page a:visited {
	color:#000099;
}

