@charset "utf-8";
body {
	color: #008000;
	font-family: "Century Gothic";
}
a {
	color: #008000;
	text-decoration: none;
}

a:visited {
	color: #008000;
	text-decoration: none;
}

a:hover {
 color:#000000;
 text-decoration:none;
}

.ContentDiv {
	width: 770px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-color: #000000;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	position: absolute;
	left: 50%;
	margin-left: -385px;
}
hr {
	background-color: #FB5DB6;
	color: #FB5DB6;
}

.Underlined {
	text-decoration: underline;
}

.Underlined:visited {
	text-decoration: underline;
}
