/* CSS Document */

p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
	padding: 10px;
	text-align: left;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6F623C;
	display: block;
	padding: 8px;
	text-decoration: none;
	width: 140px;
}

.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A39158;
	display: block;
	padding: 8px;
	text-decoration: none;
	width: 140px;
}
.address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	word-spacing: normal;
	white-space: normal;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	word-spacing: normal;
	white-space: normal;
}
.navigation2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #574D2D;
	display: block;
	padding: 2px;
	text-decoration: none;
	text-align: center;
}

.navigation2:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A39158;
	display: block;
	padding: 2px;
	text-decoration: none;
	text-align: center;
}

