.noprint	{	display: none;
			}

body		{	color: black;
				background: khaki;
				font-family: "Lucida Grande", "Arial", sans-serif;
				font-size: 14px;
			}

h1			{	color: teal;
				background: transparent;
				font-size: xx-large;
				font-weight: bold;
				font-family: "Papyrus", "Lucida Grande", "Arial", sans-serif;
				margin-top: 0px;
				margin-bottom: 0px;
			}


h2			{	color: teal;
				background: transparent;
				font-size: x-large;
				font-weight: bold;
				font-family: "Papyrus", "Lucida Grande", "Arial", sans-serif;
				margin-top: 0px;
				margin-bottom: 0px;
			}


h3			{	color: teal;
				background: transparent;
				font-size: large;
				font-weight: bold;
			}

h4			{	color: teal;
				background: transparent;
				font-size: medium;
				font-weight: bold;
			}

hr			{	color: black;
				background: transparent;
			}
	
span.hilite	{	background: yellow;
			}
			
div.footer	{	background: aliceblue;
			}

A:hover		{	background: white;
				color: red;
				text-decoration: underline;
			}
			
.strike		{
				text-decoration: line-through;
			}
			
.info		{
				color: black;
				font-size: 11pt;
				font-weight: bold;
				font-family: "Papyrus", "Lucida Grande", "Arial", sans-serif;
			}
			
.price		{
				color: green;
				font-size: 12pt;
				font-family: "Lucida Grande", "Arial", sans-serif;
			}
			
.sold		{
				color: red;
				font-size: 12pt;
				font-family: "Lucida Grande", "Arial", sans-serif;
				font-variant: small-caps;
				font-weight: bold;
			}

.location	{
				color: black;
				font-size: 12pt;
				font-family: "Papyrus", "Lucida Grande", "Arial", sans-serif;
				font-variant: small-caps;
				font-weight: bold;
			}
			
span.director	{
					font-size: 18px;
					font-weight: bold;
					font-variant: small-caps;
				}
