/* Main style sheet by Kathy A. Graff http://kgraff.net */
/* 16 March 2006 for Tom and Della Montgomery of Montgomery Underground Winery*/


BODY
{
	background-color: #ECE4E1;
	font-family: 'trebuchet MS', verdana, arial, sans-serif;
	font-size: small;
	margin: 25px;
}

h1, h2, h3, h4 { color: maroon; }

img { border: 0; }
A:link
{
	color: maroon;
	font-weight: bold;
}

A:visited
{
	color: gray;
	font-weight: bold;
}

A:active
{
	color: red;
	font-weight: bold;
}

.nav
{
	font-size: x-small;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	background-color: #CCCCCC;
}

.footer
{
	font-size: x-small;
	text-align: center;
}

.lite
{
	color: gray;
	font-size: x-small;
}

.indent { margin: 10px 0 10px 20px; }

