@import url("blackText.css");
.wineText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #990033;
	line-height: 20px;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.borderGray {

	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 10px;
}
