/* CSS Document */

body {
	background-image:  url(rosebg.jpg);
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
.headers {
	font-size: 16px;
	font-weight: bold;
}
.price {
	font-size: 16px;
	font-weight: lighter;
	color: #999999;
	float:right;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333333;
	line-height: 21px;
}
.links {
	font-size: 12px;
}

.textspaced {
}

.sidebar {
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
a {
	color: #666666;
}

a:hover {
text-decoration:none;
	color: #666666;
}