@media print
{
	#theCampaignKey
	{
		display: none;
	}
}



BODY
{
	margin: 0px;
}
#theShell
{
	background-image: url('images/space.jpg');
	width: 100%;
}
#innerShell
{
	background-image: url('images/fr3eback.jpg');
	background-color: white;
	border: black solid 1px;
	width: 100%;
}
.date
{
	font-weight: bold;
}
.reference
{
	color: black; font-size: smaller;
}
.event
{
	font-weight: bold; font-style: italic;
}
.guess
{
	font-weight: bold;
}
.novel
{
	color: black; font-style: italic;
}
.quote
{
	width: 300px;
	border: white outset thin;
	padding: 5px;
	margin: 10px 0px 10px 10px;
	background-color: #f8f8ff;
}
#divLoadMsg
{
	background-color: aliceblue;
	border: white outset thin;
	width: 300px;
}
#divAbortMsg
{
	background-color: ivory;
	border: white outset thin;
	width: 300px;
}