.title_text_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.contents_text_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
}
body {
	background-image: url(images/falls_edit.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.content_links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6067F5;
	display: inherit;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content_links a:link {
	text-decoration: underline;
	}
.content_links a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #2F7B56;
}
.textbox_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #EDEDFE;
	border: 1px solid #000000;
}
