@charset "utf-8";
#content_area {
	font-family: Forte;
	font-size: 18px;
	line-height: 35px;
	font-weight: lighter;
	color: B3BBDE;
	text-align: justify;
	height: 465px;
	width: 632px;
	overflow: scroll;
	position: absolute;
	float: none;
}
#page_title {
	font-family: Forte;
	font-size: 18px;
	color: B3BBDE;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #B3BBDE;
}
#link_area {
	font-family: Forte;
	font-size: 18px;
	color: B3BBDE;
	text-align: center;
}

body {
	background-color: #CFD4E8;
	color: #B3BBDE;
	font-size: 18px;
	font-family: Forte;
	font-weight: lighter;
}
a {
	font-family: Forte;
	font-size: 18px;
	font-weight: lighter;
	color: #B3BBDE;
}
a:link {
	text-decoration: none;
	color: B3BBDE;
}
a:visited {
	text-decoration: none;
	color:#9933FF
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #66FFCC;
}

