	body
	{
		font-family: Verdana, sans-serif;
		background: #E8C1B1;

		margin: 0 auto;
		margin-left: 10%;
		margin-right: 10%;

		color: #4E2211;
	}
	
	td
	{
		vertical-align: top;
	}

	h1.quote
	{
		font-size: 125%;
	}

	tr.quote
	{
		border: none;
		padding-left: 0.5em;
		padding-right: 0.5em;
		font-size: 10pt;
	}

	div.quoteSource
	{
		text-align: right;
	}

	div.content_field
	{
		margin-left: 5%;
		margin-right: 5%;
	}

	table.menuItem
	{
		border: 1;
	}

	table.pageTable
	{
		width: 900px;
	}

	td.menuItem
	{
		background: #E8C1B1;
		padding: 0.2em;
		color: #83513D;
		cursor:pointer;
	}

	td.menuItem:hover
	{
		text-decoration: underline;
	}

	a.menuItem
	{
		text-decoration: none;
		color: #83513D;
	}

	a.menuItem:hover
	{
		text-decoration: underline;
	}

	td.selectedMenuItem
	{
		background: #83513D;
		padding: 0.2em;
		color: #E8C1B1;
		cursor:pointer;
	}

	td.selectedMenuItem:hover
	{
		text-decoration: underline;
	}

	a.selectedMenuItem
	{
		text-decoration: none;
		color: #E8C1B1;
	}

	a.selectedMenuItem:hover
	{
		text-decoration: none;
	}

	pre { font-family: monospace; }
