/*
------------------------------------------------------------------------------
default styles
------------------------------------------------------------------------------
*/

@import url(/styles.css);

/*
------------------------------------------------------------------------------
styles for book
------------------------------------------------------------------------------
*/

a:hover {
	color: #336699; /* changes for book */
}

a.anchorlink:hover {
	color: #336699; /* changes for book */
}

a.copyrightlink:hover {
	color: #336699; /* changes for book */
}

a.footerlink:link {
	color: #336699; /* changes for book */
}
a.footerlink:active {
	color: #336699; /* changes for book */
}
a.footerlink:visited {
	color: #336699; /* changes for book */
}
a.footerlink:hover {
	color: #336699; /* changes for book */
}

a.homelink:hover {
	color: #336699; /* changes for book */
}

a.link:hover {
	color: #336699; /* changes for book */
}

a.noresults:hover {
	color: #336699; /* changes for book */
}

a.termslink:hover {
	color: #336699; /* changes for book */
}

/*
---------------------------------------------------------
book specific classes
---------------------------------------------------------
*/

.spacehomelink { font-size: 12px; color: #333333; line-height: 15px; font-weight: bold; }
a.spacehomelink:link { font-weight: bold; font-size: 12px; color: #333333; line-height: 15px; }
a.spacehomelink:active { font-weight: bold; font-size: 12px; color: #333333; line-height: 15px; }
a.spacehomelink:visited { font-weight: bold; font-size: 12px; color: #333333; line-height: 15px; }
a.spacehomelink:hover { font-weight: bold; color: #336699; line-height: 15px; text-decoration: underline; }

.spacelink { font-size: 11px; line-height: 13px; color: #333333; font-weight : bold; }
a.spacelink:link { font-size: 11px; line-height: 13px; color: #333333; font-weight : bold; }
a.spacelink:active { font-size: 11px; line-height: 13px; color: #333333; font-weight : bold; }
a.spacelink:visited { font-size: 11px; line-height: 13px; color: #333333; font-weight : bold; }
a.spacelink:hover { font-size: 11px; line-height: 13px; color: #336699; font-weight : bold; text-decoration : underline; }


