/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
} 

.bold {
font-family: verdana, sans-serif;
font-size: 11px;
line-height: 18px;
font-weight: bold;
color: #FFFFFF;
}

.navigation {
	font-family: garamond;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;
	display: block;
	padding: 10px;
	width: 140px;
	}


.navigation:hover {
	font-family: garamond;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color: #cc3300;
	display: block;
	padding: 10px;
	width: 140px;
	}
	
	.bookname {
	font-size: 36px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: blink;
	background-color: #CC3300;
}
.supp {
	font-family: Garamond;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: blink;
}

.moio {
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: overline;
}

.booknam {
	font-size: 36px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: blink;
	background-color: #ffffff;
}
