body { 
	   color:#333333;
 }
	
/* link color */
a.wine:link {
	color: #603913;
	text-decoration: underline;
}
a.wine:visited {
	color: #603913;
	text-decoration: underline;
}
a.wine:active {
	color: #603913;
	text-decoration: underline;
}
a.wine:hover {
	color: #c30;
	text-decoration: underline;
}

/* title color */

.redtitle {
	font-size: 12px;
	line-height: 14px;
	color:#670a2b;
}


.whitetitle {
	font-size: 12px;
	line-height: 14px;
	color:#478a16;
}

.rosetitle {
	font-size: 12px;
	line-height: 14px;
	color:#cb112b;
}

.brandytitle {
	font-size: 12px;
	line-height: 14px;
	color:#664d00;
}

.limittitle {
	font-size: 12px;
	line-height: 14px;
	color:#775701;
}

/* font */

.out1 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color:#c30000;
}

.out2 {
	font-size: 10px;
	line-height: 12px;
	color:#c30000;
}


.f12 {
	font-size: 12px;
	line-height: 16px;
}

.f12b {
	font-size: 12px;
	line-height: 16px;
	color:342005;
}

.f10g {
	font-size: 10px;
	line-height: 14px;
	color:596a3c;
}
