body {
	background-color: #FFFFFF;
}

.catalogueSection {
	color: #006600;
	font-size: 24px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
.catalogueItem {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 1px;
}

.menuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	height: 20px;
}.menuSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align: right;
	height: 20px;
}
.catalogueAuthor {
	font-size: smaller;
}
.catalogueItemHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: larger;
	font-weight: bold;
	color: #006600;
}
.catalogueItemBorder {
	border: 1px solid #006600;
}
.bigBoldTitle {
	font-size: 20px;
	font-weight: bold;
}
.bigBoldAuthor {
	font-size: 20px;
	font-weight: bold;
	color: #990000;
}
#homepageDisplay p {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	margin: 0px;
	padding: 2px;
}
#Comments td {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
}
.infoText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #0000FF;
}
