@charset "UTF-8";
.barscolor {
	background-color: #E8E0E0;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a:link {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
a:visited {
	font-size: 14px;
	color: #C1BABA;
	text-decoration: none;
}
a:hover {
	font-size: 15px;
	color: #69595C;
	text-decoration: none;
}
a:active {
	color: #69595C;
	text-decoration: none;
}
.heading {
	font-size: 18px;
	font-style: italic;
	color: #333;
	text-align: center;
	font-weight: normal;
}
