/* CSS Document */

body {
	font-family: Arial;
	color: #7d7d7d;
	font-size: 13px;
}

a:link {
	color: #5f6232;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #5f6232;
}
a:hover {
	text-decoration: none;
	color: #3f4120;
}
a:active {
	text-decoration: underline;
	color: #5f6232;
}

.form-text {
	font-family: Tahoma;
	font-size: 13px;
	color: #90992e;
}

.faq-text {
	font-family: Tahoma;
	font-size: 13px;
	color: #5f6232;
}

.closed-for-lunch-text {
	font-size: 11px;
}

.arial-text {
	font-family: Arial;
}

.trebuchet-text {
	font-family: Trebuchet MS;
}

.verdana-text {
	font-family: Verdana;
}
.smalltext {
	font-size: 10px;
}
.large-tel {
	font-size: 24px;
	color: #7D7D7D;
}
