body
	{
	background-color: #ADD8E6; 
	background-image: url('stripe.jpeg');
	background-repeat: repeat;
	}
p
	{
	font-family: sans-serif;
	font-size:	12pt;
	font-weight:	normal;
	color:	white;
	line-height: 150%;
	margin: 15px 50px 15px 50px;
	}
a:link
	{
	color:	rgb(153, 102, 0);
	text-decoration:	none;
	font-weight: bold;
	}
a:active
	{
	color:	#cc3c85;
	background-color:	#ffffff;
	}
a:visited
	{
	color:	rgb(248, 165, 0);
	}
a:hover
	{
	color:	rbg(145, 200, 255);
	text-decoration:	underline;
	}
h1
	{
	font-family: Georgia, Times New Roman, serif;
	color: rgb(0, 110, 220);
	font-size: 24pt;
	font-weight: bold;
	}
h2
	{
	font-family: Georgia, Times New Roman, serif;
	color: white;
	font-size: 10pt;
	font-weight: normal;
	padding: 10px 0 10px 0;
	}
.image
	{
	float: left;
	margin: 10px 10px 10px 10px;
	border: 3px solid #FFCC66;
	padding; none;
	
	}

.boxone
	{
	border-color: white;
	border-width: 7px;
	border-style: double;
	background-color: black;
	padding: 5px;
	width: 300px;
	margin: 0 0 0 50px;	
	text-align: center;
	font: bold 15pt Georgia, Times New Roman, serif;
	color: rgb(0, 110, 220);
	}
.sold
	{
	font: bold 20pt Georgia, Times New Roman, serif;
	color: red;
	}
#nav
{
	background-color: black;
	margin: auto auto auto auto;
	}
#image
{
	border: black 7px double;
	background: white;
	width: 800px;
	margin: 20px auto auto auto;
	}
