
a
{
	color: #993233;
	text-decoration: none;
	font-size: x-small;
}

* html a: {    /* This is the Tan hack */
color: #993233;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	font-size: xx-small;
}


a:link
{
	color: #993233;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	font-size: small;
}

* html a:link {    /* This is the Tan hack */
color: #993233;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	font-size: xx-small;
}





a:visited
{
	color: #993233;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	font-size: small;
}


* html a:visited {    /* This is the Tan hack */
color: #993233;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	font-size: xx-small;
}


a:active
{
	color: #993233;
	font-size: small;
}

* html a:active {    /* This is the Tan hack */
color: #993233;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	font-size: xx-small;
}


a:hover
{
	color: #7C2230;
	font-size: small;
}

* html a:hover{    /* This is the Tan hack */
color: #993233;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
	font-size: xx-small;
}


.books_nav
{
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	margin-bottom:10px;
}

.books_nav_title
{
margin:0px;
padding:0px;

color:#993233;
text-align:center;
margin-bottom:0px;
width: 95px;
margin-left:8px;
text-decoration:underline;
line-height: .8em;




}



.books_nav a
{
	display: block;
	border: 4px solid #FBF9ED;
	width: 85px;
	height: 105px;
	margin: 0px;
	padding: 0px;
}

.books_nav a:link
{
	display: block;
	border: 4px solid #FBF9EDe;
	width: 85px;
	height: 105px;
}

.books_nav a:visited
{
	display: block;
	border: 4px solid #FBF9ED;
	width: 71px;
	height: 105px;
}

.books_nav a:active
{
	display: block;
	border: 4px solid #FBF9ED;
	width: 71px;
	height: 105px;
}

.books_nav a:hover
{
	display: block;
	border: 4px solid #993233;
	width: 71px;
	height: 105px;
}


#right { background-color: #daa520; }

#context_links
{
	float:right;
	border: solid 1px #993233;
	border-top: 3px solid #993233;
	background: #FBF9ED;
	font-size:xx-small;
	font-family: verdana, sans-serif;
	color: #993233;
	margin: 0px;
	margin-right: 15px;
	margin-top: 25px;
	margin-left: 10px;
	margin-bottom:1px;
	
	
	
}

.context_links_header
{
	border-bottom: dashed 1px #552F18;
	width: 90%;
	color: #552F18;
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	padding: 0px;
	margin: 3px;
}

.book_title
{
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	color: #552F18;
	font-size: xx-large;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}

