body {
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #c19f30;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF5C2;
	border-bottom-style: solid;
	border-bottom-color: #FFF5C2;
	border-bottom-width: 1px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #eac341;
	line-height: 30px;
}

.wines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF5C2;
}

.winetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF5C2;
	text-decoration: none;
	font-weight: bold;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF5C2;
	line-height: 18px;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #B7885E;
	border-right-color: #B7885E;
	border-bottom-color: #B7885E;
	border-left-color: #B7885E;
}
a:link {
	color: #f1cb50;
	text-decoration: none;
}
a:visited {
	color: #f1cb50;
	text-decoration: none;
}
a:hover {
	color: #fae087;
	text-decoration: underline;
}
a:active {
	color: #f1cb50;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #231411;
}
.topback {
	background-color: #FFFFFF;
}
.contentback {
	background-color: #231411;
	padding: 30px;
}
.picborder {
	border: 3px none #23879E;
}
