.logo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: italic;
	color: #33CCFF;
	background-color: #000033;
}
.story {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;

}
.copywright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.Item {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
	color: #FFFFFF;
}
.pageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
	background-color: #0099FF;
}
.heavy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}
.menuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #0099FF;
	background-color: #2A00AA;
	border: thin outset #06C;
	cursor: hand;
}
.menuItemOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #2A1FAA;
	background-color: #009FFF;
	border: thin inset #0000FF;
	cursor: hand;
}
