	  body {
		font-family: "Arial", "Times New Roman", Times, serif;
		color: black;
		font-size: 10px;
		background-image: none;
		background-color: navy}
	  table {
		font-family: "Arial", "Times New Roman", Times, serif;
		color: black;
		font-size: 12px;
		background-image: none;
		background: white }

    H1 {
		font-size: 12px
		}

	A:link { color:black;}
	A:hover { background: silver }
	A:active {color: black }
	A:visited {color: black }
  P.by {color: gray;}
	P.by {font-size: 10px}
	A.by:link { color: gray;}
	A.by:visited { color: gray;}
	.emph { color: black; font-weight: bolder;}
	.sold { color: red; font-weight: bolder;}
	.c {text-align: center;}
	.i { font-style: oblique}

	table.MainBox {
	border: 3px solid;
	border-style: outset;
	border-color: #E89B2C;
	padding: 2px;
	}