.a
{
	color: goldenrod;
	text-decoration: none;
}

.a:hover
{
	color: goldenrod;
	text-decoration: none;
}

.link
{
	color: goldenrod;
	font-size: small;
	text-decoration: none;
}

.link:hover
{
	color: darkgoldenrod;
	font-size: small;
	text-decoration: none;
}

.mail-link
{
	color: blue;
	font-style: italic;
	text-decoration: none;
}

.mail-link:hover
{
	color: blue;
	font-style: italic;
	text-decoration: underline;
}

.footer-link
{
	font-family: Garamond, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #cbb174;
	text-decoration: none;
}

.footer-link:hover
{
	font-weight: bold;
	font-size: 12px;
	color: goldenrod;
	font-family: Garamond, Sans-Serif;
	text-decoration: none;
}

.product-listing-label
{
	font-family: Verdana;
	font-size: 11px;
	color: Black;
	text-decoration: none;
	text-indent: 2px;
	font-weight: bold;
}

.product-listing-content
{
	font-family: Verdana;
	font-size: 11px;
	color: Black;
	text-decoration: none;
	text-indent: 2px;
}

.navigation-table-cell
{
	border: solid, 1px, black;
}

.navigation-cell
{
	height: 20px;
	background-color: Transparent;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	font-weight:bold;
	color: goldenrod;
	vertical-align: middle;
	text-align: left;
	text-indent: 10px;
}

.navigation-cell:hover
{
	background-color: khaki;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	color: khaki;
	text-indent: 12px;
	font-family: Arial, Sans-Serif;
	height: 20px;
	text-align: left;
}

.content-header
{
	font-family: Verdana;
	font-size: 14px;
	color: black;
	font-weight: bold;
	text-indent: 15px;
}

.content
{
	font-family: Garamond;
	font-size: 12px;
	color: black;
	font-weight: normal;
}

.new-content
{
	font-weight: normal;
	font-size: 15px;
	color: #cbb174;
	font-family: Garamond;
}


.comment-header
{
	font-family: Arial;
	font-size: 12px;
	color: palegoldenrod;
	font-weight: bold;
}

.comment-text
{
	font-family: Verdana;
	font-size: 11px;
	color: palegoldenrod;
	font-weight: normal;
}

.form-label
{
	font-family: Verdana;
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-align: right;
	text-indent: 10px;
}

.form-items
{
	font-family: Verdana;
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
}
