.review_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	background-color: #C0C0C0;
	color: #000000;
	font-weight: bolder;
	text-align: center;
}
.review_info {
	background-color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
.review_text {
	background-color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.partners_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C0C0C0;
	text-align: center;
}
.links {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C0C0C0;
	font-weight: bold;
	}
.links_small {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C0C0C0;
	font-weight: bold;
}
.menu_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #808080;
	color: #000000;
	font-weight: bolder;
	text-align: center;
}

a:link {
	text-decoration: none;
	color: #D4D0C8;
}
a:visited {
	color: #D4D0C8;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
.menu_link {
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: underline;
}
