body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2D2D2D;
	text-decoration: none;
	/*
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #E5E3D5;
*/
	background-image: url(images/open-book.jpg); 
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #51204F;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #552253;
	text-decoration: none;
	font-weight: normal;
	display: block;
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}
