body, html {
	background-color: #c6e5dd;
	margin: 30px;
	font-family: Georgia, "Trebuchet MS", sans-serif; 
	color: #101010;
	font-size: 12px;
}

#content a, .onsale a {
	text-decoration: none; 
	color: #9380c3;
}

#content a:hover, .onsale a:hover {
	text-decoration: none; 
	color: #7c4233;
	border-bottom: 1px solid #9380c3;
}

#main {
	border: 10px solid #FFFFFF;
}

#content {
	background-color: #FFFFFF;
	width: 380px;
	height: 446px;
	overflow: auto; 
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	color: #5d5550;
	line-height: 18px;
	padding: 0 15px 0 10px;
}

#forsale {
	text-align: center;
}

.salebook {
	border: 3px solid #ebf3ef;
}

.title {
	font-size: 11px;
	text-transform: uppercase;
	color: #5d5550;
}

.onsale {
	font-size: 9px;
	text-transform: uppercase; 
}