td { 
	color: black; 
	font-weight: bold; 
	background-color: #c0b9c0 
}
th { 
	color: black; 
	background-color: #c0b9c0 
}
a:link { 
	color: #002000 
}
a:visited { 
	color: #002000 
}
a:hover { 
	color: #002000 
}
a:active { 
	color: #002000 
}
table#table {
	width: 800px;
	border: 6px outset #008080;
	font-family: "Times New Roman", Times, serif;
}
td#td {
	border: 4px inset #008080;
	vertical-align: top;
	padding: 1mm;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
}
.MainHeading {
	color: #006054;
	font-size: 175%;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
}
.SubHeading {
	color: #8b0000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 125%;
	text-transform: uppercase;
}
.Heading {
	color: #006054;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 125%;
}
.GreenText {
	color: #006054;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
}
.BookTitleText  {
	color: #662d91;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
.ShortStoryText  {
	color: #662d91;
	font-size: 12pt;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.Description {
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	float: left;
	height: 150px;
	margin: 0px;
	text-align: left;
	overflow: auto;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
}
ul#Columns {
	float: left;
	width: 400px;
	margin: 0;
	padding: 0;
	list-style: none;
}
li#Column {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}
