/* CSS Document */
body {
	margin-top: 0px;
	background-image: url(images/background_tile.jpg);
}

#bookpage{
	background-image:url(images/book_page.gif);
	background-position:top left;
	background-repeat:repeat-y;
	}	
#rightpage{
	background-image:url(images/right_page.gif);
	background-position:top left;
	background-repeat:repeat-y;
	}
h1{
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: 200;
}
h2{
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:normal;
	line-height:normal;
}
h2 a{
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:normal;
	line-height:normal;
	text-decoration:none;
}
h2 a:hover{
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	font-weight:normal;
	line-height:normal;
	text-decoration:underline;
}
h3{
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
}
h3 a{
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
}
h3 a:hover{
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration:underline;
}