body {
	margin: 0px;
	padding: 0px;
	font-family: century gothic;
}

a:link {
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
         }
a:visited {
	color: #ffffff;
        text-decoration: none;
        font-weight: bold;
 }
a:hover { 
	color: #b17631;
        text-decoration: none;
        font-weight: bold;
}
a:active {
	color: #db9b50;
        text-decoration: none;
        font-weight: bold;
 }

.text {
	margin: 25px;
	text-align: justify;
	font-size: 11pt;
}

.text2 {
	margin: 25px;
	text-align: justify;
	font-size: 10pt;
}

.leftfloat {
	margin: 30px;
	float: left;
	width: 135;
	height: 200;
	border: 1px solid black;
}

.leftfloat2 {
	margin: 20px;
	float: left;
}

.leftfloat3 {
	margin: 15px;
	float: left;
	width: 135;
	height: 200;
	border: 1px solid black;
}

.heading {
	font-size: 15pt;
	text-align: center;
	margin: 20px;
}

.bookheading {
	font-size: 13pt;
	text-align: center;
	margin: 20px;
}

.description {
	font-size: 12pt;
	text-align: center;
	margin: 20px;
	font-style: italic;
}