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

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

body {
	background-color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
}

.back {
	background-color: #DCDCDC;
	padding-bottom: 10px;
	padding-top: 10px;
}

.copy {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Georgia, serif;
	font-size: 12px;
	padding: 4px 4px 4px 4px;
	width: 180px;
}

.copy a {
	font-weight: bold;
}

.copyright {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #000000;
	border-top: 1px dashed #000000;
	color: #000000;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	padding: 2px 4px;
	text-align: right;
}

.image {
	border: 1px solid #000000;
	margin-left: 10px;
}

.navi {
	left: 790px;
	position: absolute;
	top: 50px;
}

#top {
	background: #FFFFFF;
	border-bottom: 1px dashed #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

