body {
	background-image: url(images/background-fade.png);
	background-color: #F7E9C8;
	background-repeat: repeat-y;
}
body,table,td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium /* 16px */;
}
.sidebar {
    padding-top: .5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bolder;
	font-size: 80%;
}
.sidebar a {
	text-decoration: none;
	color: #0000CC;
}
/* .sidebar a.sidebar_home,
.sidebar a.sidebar_photos,
.sidebar a.sidebar_wine,
.sidebar a.sidebar_history,
.sidebar a.sidebar_purchase,
.sidebar a.sidebar_contact {
	color: #FF6666;
} */
.sidebar :hover {
    text-decoration: underline;
	color: #CC3300;
}
