body {
	margin: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

p, td, th, a, li, select, input, textarea {
	font-family: arial;
	font-size: 13px;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.menu {
	font-size: 12px;
	font-weight: bold;
	color: #bfa569;
}
.menu:hover {
	font-size: 12px;
	font-weight: bold;
	color: #cfb67a;
}

.address {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.footer {
	font-size: 11px;
	font-weight: bold;
}

.designer {
	font-size: 11px;
	color: #338477;
	text-decoration: none;
}
.designer:hover {
	font-size: 11px;
	color: #449588;
	text-decoration: underline;
}