BODY {
	background-color: #FFFFD0;
}

.pg_text {
	font-family: serif;
	font-size: 14px;
	color: Black;
}

.pg_emphasis {
	font-family: serif;
	font-size: 16px;
	color: #7A7259;
	font-weight: bold;
}

.pg_head {
	font-family: serif;
	font-size: 18px;
	font-weight: bold;
	color: #7A7259;
	background-color: transparent;
	text-decoration: none;
}

.pg_sub {
	font-family: serif;
	font-size: 13px;
	font-weight: bold;
	color: #7A7259;
	text-decoration: none;
	letter-spacing: 1px;
}


.menu_link {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7A7259;
	background-color: transparent;
	text-decoration: none;
}
.menu_link:hover {
	color: Silver;
	font-style: italic;
}

.menu_link:visited {
	color: #7A7259;
}


.menu_text {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7A7259;
	background-color: transparent;
}

.footer_link {
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7A7259;
	background-color: transparent;
	text-decoration: none;
}

.footer_link:hover {
	color: Silver;
	font-style: italic;
}
