@charset "utf-8";

#container {

	height: 800px;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	color: #FFF;

}


#book {
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	color: #FFF;
	
	text-align: center;
	
	font-size: 30px;
}

#nav {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	color: #FFF;

	text-align: center;

}









h1 {

	font-size: 30px;

	font-weight: normal;

}





h2 {

	font-size: 24px;

	font-weight: normal;

	text-align: right;

}

td {

	padding-left: 40px;

	vertical-align: top;

}

img {

	padding-bottom: 5px;

}





a:link {

	color: #FFFFFF;

	text-decoration: none;

}



a:visited {

	color: #FFFFFF;

	text-decoration: none;

}







a:hover {

	color: #FF0000;

	text-decoration: none;

}



.indent {

	text-indent: 40px;

}



.tag {

	font-size: 9px;

	color: #999;

	visibility: hidden;

	display: none;

}

