/* CSS Document */

A:link     {text-decoration: none;      color: #0000CC; }
.book_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
.book_subtitle {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.book_publisher {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
}
.book_isbn {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-small;
}

body {
	font-family: "Times New Roman", Times, serif;
}
.bottom_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}


A:visited  {text-decoration: none;      color: #0000CC; }

A:active   {text-decoration: none;      color: #0000CC; }

A:hover    {text-decoration: underline; color: #0000CC; }
.menu_cat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
.menu_item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	text-indent: 1em;
}
.name_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	text-align: right;
	font-weight: bold;
}
.small_nav {
	font-size: x-small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.small_nav_r {
	font-size: x-small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
.highlight {
	margin-right: 10%;
	margin-left: 10%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FEFFCA;
	padding: 1em;
}
.highlight em {
	color: #AB891D;
	font-size: 1.5em;
}
