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

@import url(/styles.css);

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

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

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

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

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

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

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

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

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

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

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

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


