html,body {
	height: 100%;
}

div {
	height: 100%;
}

body {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	color: #000000;
	background-color: #D7C9A5;
	background-image:url(images/marbletilebac.jpg);
}

h1 {
	font-family: "Monotype Corsiva",Arial,sans-serif,helvetica;
	font-size: 32px;
	font-weight: bold;
	color: #083A08;
	text-align: center;
}

h2 {
	font-family:"Monotype Corsiva",Arial, sans-serif, helvetica;
	font-size: 26px;
	font-weight: normal;
	color: #083A08;
	text-align: center;
}

a.book:link, a.book:visited, a.book:active {
	font-family:"Monotype Corsiva",Arial, sans-serif, helvetica;
	font-size: 26px;
	font-weight: normal;
	color: #083A08;
	text-align: center;
	text-decoration:none;
}

a.book:hover {
	font-family:"Monotype Corsiva",Arial, sans-serif, helvetica;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	text-decoration:none;
	color: #106C10;
	text-decoration:underline;
}


li {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	color: #000000;
}

a:link {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #083A08;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	color: #083A08;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #106C10;
	text-decoration:underline;
}

.content {
	font-family: Arial, sans-serif, helvetica;
	color: #085475;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

a.content:link {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #085475;
	text-decoration: none;
}

a.content:visited {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #085475;
	text-decoration: none;
}

a.content:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #3D0003;
	text-decoration:underline;
}




