body {
  background: #eedaa3;
  background-image: url('pictures/bckgrnd.jpg');
}

#infobox {
	width: 22em;
	height: 4em;
  margin: 1em;
	background-color: #AFAF8F;
	border: 1px solid;
	padding: 0em;
  filter:alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity:0.3;
}

div.infotext p {
	font-size: 0.8em;
  width:25em;
  text-align:justify center;
  position:relative;
  top:-5em;
  color:black;
}
    
div.space p {
  height: 0.2em;
}

div.indent p {
  text-indent: 2em;
  margin-left: 2em;
  margin-right: 2em;
}

div.title h3 {
  text-decoration: bold;
}

#contact{
  font-size: 0.8em;
}

#sold{
  color: #FF0000;
  display: inline;
}

a {
  color: #0000CC;
	text-decoration: underline;
}

a:hover {
	color: #3333FF;
	text-decoration: none;
}
