.nav {
	font-weight : normal;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	width: 180px;

}

.small {
	font-weight : normal;
	font-size : 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
}

.body {
	font-weight : normal;
	font-size : 14px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	margin: 0px;
}

.header {
	font-weight : bold;
	font-size : 16px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #003300;
}

a:link {
	color : #333399;
	text-decoration : none;
}

a:visited {
	color : #666666;
	text-decoration : none;
}

a:hover {
	color : #000000;
	text-decoration : underline;
	cursor : hand;
}

a:active {
	color : #333399;
	text-decoration : none;
}

div.booknav {
	text-align: center; 
	width:100%; 
	padding-top:15px;
}

a:link.booknav {
	color : #333399;
	text-decoration: none;
	font-weight: bold;
}

a:visited.booknav {
	color : #333399;
	text-decoration: none;
	font-weight: bold;
}


h1 {
	font-weight : bold;
	font-size : 16px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #003300;
	text-align: center;
	padding-top: 18px;
}












