@import url(../default.css);
.acquired { display:none }
.books.rd,.books.re { display:none }
.books.by {font-size:smaller}
.books.ti {font-style:italic}

h1			{ color: black; background: white; font: bold 24pt Courier New, sans-serif; }
h2			{ color: black; background: white; font: bold 18pt Courier New, sans-serif; }
li			{ color: black; background: white; font: bold 12pt Courier New, sans-serif; }
.loaned		{ font-style: italic; color: red; background: white; }
.used		{ font-style: italic; color: red; background: white; }
.favorite	{ font-style: italic; color: red; background: white; }
.ordered	{ text-decoration: line-through; color: red; background: white; }
.owned		{ text-decoration: line-through; color: red; background: white; }

