@charset "utf-8";
/* CSS Document */

body 
{
	background-color: #CCCCCC;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
}

.Links
{
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #333333;
}

.Header
{
	font-size: 24px;
	font-style: italic;
	color: #666666;
}

.WineMain
{
	font-size: 14px;
	font-weight: bold;
}

.WineSub
{
	font-weight: bold;
	color: #666666;
}

.WineSub2
{
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}

.WineOrder
{
	font-size: 10px;
	font-weight: bold;
	color: #000099;
}

hr
{
	color: #0000CC;
	width: 500px;
}

.WineHeader
{
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #666666;
}

a
{
	color: #000000;
	text-decoration: none;
}

.BottomLink
{
	color: #999999;
	font-weight: bold;
}