body {
	background: #EBEBEB;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}

p {
	font: normal 11px "lucida grande", lucida, verdana, geneva, sans-serif;
	color: #000;
	text-align: left;
	}

.content {
	background: #FFF;
	width: 500px;
	border: 1px ridge #999;
	padding: 0px 10px 10px 10px;
	}

.title {
	font-size: 13px;
	font-weight: bolder;
	color: #666;
	text-align: center;
	border-bottom:1px solid #CCC;
	}

.title2 {
	font-size: 13px;
	font-weight: bolder;
	color: #666;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	}

.forsale {
	font-size: 15px;
	font-weight: bolder;
	color: #FFF;
	background: red;
	text-align: center;
	border: 1px solid #666;
	padding: 10px;
	margin-bottom: 20px;
	}

img {
	border: 1px solid #000;
	}

ul
{
	list-style-type: disc;
	list-style-position: inside;
	font: normal 11px "lucida grande", lucida, verdana, geneva, sans-serif;
	color: #000;
	text-align: left;
}
	
a{
color: blue;
text-decoration:underline;
}

a:hover{
background: red;
text-decoration: none;
color: #fff;
}