h1 {
	font-size : 30px;
}
h2 {
	font-size : 25px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

body {
	background-color: #8E736C;
	font-family : "Times New Roman", Times, serif;
	font-size: 18px;
	scrollbar-face-color: #8E736C;
	scrollbar-arrow-color: #183139;
	scrollbar-base-color: #183139;
	scrollbar-shadow-color: #183139;
	scrollbar-dark-shadow-color: #183139;
	scrollbar-highlight-color: #183139;
}

a {
	text-decoration : underline;
	color: #BDBD8C;
}
a:link, a:visited {
	text-decoration : none;
	color: #BDBD8C;
}
a:active, a:hover {
	text-decoration : underline;
	color: #183139;
}
a.links:link, a.links:visited {
	text-decoration : none;
	font-weight : bold;
	color : #5D2416;	
}
a.links:active, a.links:hover {
	text-decoration : underline;
	font-weight : bold;
	color: #183139;
}
hr {
	color: #BDBD8C;
}
.blue_text {
	color: #183139;
}
.title_text {
	font-size : 22px;
	color: #183139;
}
.special_text {
	font-weight : bold;
}
.very_special_text {
   color: FFFFFF;
}
.copyright_text {
	font-size : 10px;
}
.normal_text {
	font-size: 16px;
}
.selected_page {
	color: #BDBD8C;
	font-weight : bold;	
}
.selected_text {
	color: #BDBD8C;
}
.h1 {
	font-size : 30px;
}
.h2 {
	font-size : 25px;
}
.h3 {
	font-size: 20px;
}
.h4 {
	font-size: 18px;
}
.h5 {
	font-size: 16px;
}
.h6 {
	font-size: 14px;
}
.news_table {
	border-style: solid solid solid solid;
	border-width: 1px;
	border-color: black;
	background-color : #7D635C;
}
.image {
	border-style: solid solid solid solid;
	border-width: 1px;
	border-color: black;
}

.testimonial {
	background-color: #A48E88;
	padding: 5px;
}