body {
	margin: 0px;
	background-image: url(../img/bg_brown.jpg);
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a#navi:link {
	text-decoration: none;
	color: #003300;
}
a#navi:visited {
	text-decoration: none;
	color: #003300;
}
a#navi:hover {
	text-decoration: underline;
	color: #003300;
}
a#navi:active {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	color: #003300;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
.navi_txt {
	font-size: 10px;
	color: #003300;
}
.copyright_txt {
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px;
}
.main_txt {
	font-size: 12px;
	color: #333333;
	line-height: 130%;
}