.louishead {
	font-family: Arial, Helvetica, sans-serif;
	color: 3300cc;
	font-size: 12px;
}
.louishead2 {
	font-family: Arial, Helvetica, sans-serif;
	color: 3300cc;
	font-size: 24px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	color: 72725c;
}
.louishead1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4E4E40;
	line-height: 21px;
	text-align: left;
}
a:visited {
	color: #4E4E40;
	text-decoration: none;
}
a:link {
	color: #b11a2d;
	text-decoration: none;
}
.louisbody1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #4E4E40;
}
.louisbody3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #4E4E40;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
}
.bookdescription {
	font-family: Arial, Helvetica, sans-serif;
	color: #4E4E40;
	line-height: 21px;
	font-size: 16px;
}
.louisbody1-2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #4E4E40;
	text-align: justify;
}

input.formButton {
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 12px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #7e7e6e;
}
input.formButton:hover {
	background-color: #941B2C;
}


.menu{
	width: 100%; /* The menu should be the entire width of it's surrounding object, in this case the whole page */
	background-color: #b5b59e;
	height: 28px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
} /* dark grey bg */

.menu ul{
	margin: 0;
	padding: 0;
	float: left;
}

.menu ul li{
	display: inline;} /* Makes the link all appear in one line, rather than on top of each other */

.menu ul li a{
	float: left;
	text-decoration: none; /* removes the underline from the menu text */
	color: #fff; /* text color of the menu */
	/*padding: 10.5px 11px;  10.5px of padding to the right and left of the link and 11px to the top and bottom */
	background-color: #b5b59e;
	width: 90px;
	text-align: center;
	height: 20px;
	padding-top: 8px;
}

.menu ul li a:visited{ /* This bit just makes sure the text color doesn't change once you've visited a link */
	color: #fff;
	text-decoration: none;}

.menu ul li a:hover, .menu ul li .current{
	color: #fff;
	background-color:#7e7e6e;} /* change the background color of the list item when you hover over it */

.menu ul ul li {
	display:none;
}
.menu ul ul li:hover {
	
}

