body	{
	background-color: #fff;
	color: #000;
	margin: 10px 50px 50px 50px;
	font-family: Trebuchet MS, Tahoma, Arial, sans serif;
}

h1	{
	font-size: 175%;
	text-align: center;
}

h2	{
	font-size: 150%;
	text-align: center;
}

dt	{
	margin-left: 80px;
	font-weight: bold;
}

dd	{
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 30px;
}

hr	{
	color: #066;
	width: 75%;
}

a:link	{
	color: #077;
	text-decoration: none;
}

a:visited	{
	color: #077;
	text-decoration: none;
}

a:active	{
	color: #004040;
}

a:hover	{
	background-color: #9cf;
	color: #000;
	text-decoration: none;
}

.textnav	{
	color: #077;
	text-align: center;
}

.quote	{
	font-style: italic;
	text-align: center;
}

.quotecite	{
	font-style: italic;
	text-transform: upper;
	text-align: right;
}

.goblin	{
	font-family: VTCGoblinHand, serif;
	color: #900;
}

.interviewperson	{
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.interviewcomment	{
	vertical-align: top;
}

.sidebardark {
	background-color: #077;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	padding: 4px;
}

.sidebarlight {
	background-color: #bed;
	color: #000;
	font-size: 80%;
	padding: 4px;
}