/*White Family Web Stylesheet*/

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	background-color: #83AA9B;
}
.menugreen {
	font-size: 220%;
	font-weight: bold;
	color: Black;
	background-color: #DBEAE1;
	text-align: center;
	vertical-align: middle; 
}
.menuwhite {
	color: Black;
	background-color: White;
	text-align: center;
	vertical-align: middle; 
}
.tag {
	font-size: 120%;
	color: White;
	background-color: transparent;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
}
.contentwhite {
	color: Black;
	background-color: White;
	vertical-align: top;
}
.navgreen {
	font-size: 100%;
	line-height: 200%;
	font-weight: bold;
	color: Black;
	background-color: #DBEAE1;
	vertical-align: top;
}
.navgreen li {
	margin-left: -3%;
	list-style: none;
}
.header {
	font-size: 170%;
	line-height: 100%;
	text-indent: 0%;
	margin-bottom: 1%;
}
p {
	font-size: 90%;
	line-height: 150%;
	text-indent: 2%;
}
a:active, a:link, a:visited {
	background-color: transparent;
	color: Blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.copyright {
	font-size: 80%;
}
.bookinfo {
	font-size: 60%;
	font-weight: bold;
	margin-top: 0%;	
}
.bookfind {
	font-size: 120%;
	text-indent: 0%;
}
.buyinfo {
	text-indent: 0%;
}
.contactname {
	font-size: 120%;
	text-indent: 0%;
}
.contentwhite li {
	list-style: none;
}	





