	BODY {
margin-left: 0%;
margin-right: 0%;
margin-top:0%;
font-family: arial, sans-serif;
background-color:white;
}
.description{
	background-color : silver;
	font-weight : bold;
	Color: #003399;
	border : thin solid Navy;
	vertical-align : bottom;
	text-align : center;
	margin-bottom : 0px;
	}
.goldbar{
	background-color :#CE1126;
	Color: White;
	font-size: 20px;
	border : thin solid #CE1126;
	vertical-align : bottom;
	text-align : center;
	margin-bottom : 0px;
	}
.sold{
	background-color : #666D70;
	font-weight : bold;
	font-size: 20px;
	color : white;
	text-align : right;
	margin-top : 0px;
	padding-right : 10px;
	margin-bottom : 0px;
	}
.buttonbar{
	background-color : silver;
	vertical-align : middle;
	text-align : center;
	margin-bottom : 0px;
	margin-top : 0px;
	font-size : 10pt;
	border: outset;
	font-weight: bold;
	}
.bigbuttonbar{
	background-color : silver;
	vertical-align : middle;
	text-align : center;
	margin-bottom : 10px;
	margin-top : 10px;
	font-size : 20pt;
	border: outset;
	margin-left: 10px;
	margin-right: 10px;
	}
.address{
	font-size: 14pt;
	text-align: left;
	text-indent: 0px;
	margin-top: 0px;
	}
	
.price{
	font-size: 14pt;
	text-align: right;
	text-indent: 0px;
	margin-top: 0px;
	}
H1 { font-size: 18pt;  font-weight:bold; text-align:center; }
H2 { font-size: 14pt;  font-weight:bold; }
H3 { font-size: 12pt;  color:red; font-weight:bold;}
H4 { font-size: 10pt;  font-weight:bold;  }
H5 { font-size: 10pt;  font-weight:bold; }
H6 { font-size: 10pt;   font-weight:bold; }
P { text-indent:1cm; font-size:12pt; font-family: arial, sans-serif;}
A:link  { color: blue;text-decoration: underline;}
A:hover  { color: maroon;text-decoration: underline;  background : Yellow; }
A:active { color: red;text-decoration: underline;}
A:visited { color: blue;text-decoration: none;}
ul{
	margin-top: 0; 
	margin-bottom : 0;
	font-size: 10pt;
	list-style: disc;
}






