/* CSS Document */

p{
	font-family: Arial;
	font-size:14px;
	color: #FFFFFF;
	line-height: 18px;
	padding: 2px;
	letter-spacing:0.1em;
	margin-left: 2px;
	margin-right: 8px;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 24px;
	line-height: 18px;
	font-weight: bold;
	color: #66FFFF;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #66FFFF;
	text-decoration: none;
	background-color: #000099;
	display: block;
	padding: 6px;
	width: 160px;
	letter-spacing: .2em
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
	background-color: #6699FF;
	display: block;
	padding: 8px;
	width: 158px;
}
.border {
border-color:#000000;
border-width: thick;
padding: 5px;
}

.book {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #66FFFF;
	text-decoration: none;
	background-color: #000033;
	display: block;
	padding: 1px;
	width: 138px;
}

.book:hover {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #6699FF;
	display: block;
	padding: 1px;
	width: 136px;
}
.return {
	font-family:Verdana, sans-serif
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
	display:block;
	width: 200px;
	text-align:center;
	background-color:#66FFFF
}
	
	
	

