body {
	background-color:#FFFFFF;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #999999;
}

.body {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 0.25px;
}
.yitan {
	font-family: "Egyptienne F Roman", serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.lineunder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.lineleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

#indexnav {
	list-style:none;
	margin-top: 10px;
	margin-left: 0;
	padding: 0 0 0 30;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

#indexnav li {
	margin-bottom: 12px;
	padding-left:0;
}

.footernav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	text-align:center;
}

a:link {
    text-decoration:none;
	color: #666666;
}
a:visited {
  	text-decoration:none;
	color: #999999;
}
a:hover {
  	text-decoration:underline;
	color: #000000;
}