body {
		margin: 0;
		background-color: #8CDCFF;
		font-family: "palatino linotype", "bookman old style", "times new roman", serif;
		color: black;
}

.text  {
		margin: 2em;
		color: black;
    }
	
.sold  {
		color: Red;
		font-weight: bold;
	}

HR {
    height: 3px;
    width: 80%;
	margin: 1em 3em;
    color: #8CDCFF;
	background-color: #8CDCFF;
}

.buttons {
		background-color: #8CDCFF;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 115px;
		height:100%;
	}

.gallery {
		background: #8CDCFF;
	}

h1 {	font-family: "palatino linotype", "bookman old style", "times new roman", serif;
		font-size: 200%;
		font-weight: normal;  }

h2 {	font-family: "palatino linotype", "bookman old style", "times new roman", serif;
		color: #8CDCFF;
		text-align: center;
		font-size: 150%;
		font-weight: bold;
 }

h1.gallery {
	color: White;
	}	


h2.gallery {
	color: White;
	}	

a:link   {
	color: #00B9FF;
	font-weight: bold;
	text-decoration: none;
	}

a:visited{
	color:#6B7E96;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
		text-decoration: underline;
		font-weight: bold;
		color: red;
	}

a.button:link, a.button:visited{
		color:black;
		text-decoration: none;
		background-image: url(button0.gif);
		display:block;
		text-align: center;
		height:75px;
		width:100px;
		margin-top:4px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size: 10pt;
		line-height: 12px;
	}

	a.button:hover {
		text-decoration: none;
		color: Black;
		background-image: url(button1.gif);
		text-align: center;
		height:75px;
		width:100px;
	}

a.awm:link, a.awm:visited{
		color:black;
		text-decoration: none;
		background-image: url(awm0.gif);
		display:block;
		text-align: center;
		height:84px;
		width:80px;
	}

	a.awm:hover {
		text-decoration: none;
		color: Black;
		background-image: url(awm1.gif);
		text-align: center;
		height:84px;
		width:80px;
	}

.caption {
	font-size: smaller;
}

.notice  {
	margin: 30px;
	padding: 10px;
	text-align: center;
	font-family: courier, serif;
	border: solid 2px Black;
}

p.dialogfollows {
	margin-bottom: 1ex;
}

p.dialog {
	margin-left: 2em;
	margin-top: 1ex;
	margin-bottom: .5ex;
}

img 	{
	border: none;
}
	



