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

@import url(/styles.css);

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

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

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

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

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

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

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

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

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

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

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

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


