@charset "UTF-8";
body {
	background-color: #85B7CE;
	margin-top: 10px;
}
p {
	font-family: Garamond;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
h1 {
	font-family: Garamond;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
#text {
	width: 710px;
	height: 431px;
	overflow: auto;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
h2 {
	font-family: Garamond;
	font-size: 14px;
	color: #000000;
}
a:link {
	font-family: Garamond;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Garamond;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Garamond;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-family: Garamond;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

