body{
border-color:#00FF00
}
.naviimg{
text-decoration: none;
}
a:link
{
	color: #00FF00;
	text-decoration: none;
	cursor: default;
}
a.naviimg{
color: #00FF00;
	background-color: #00FF00;

}
a:visited
{
	color: #00FF00;
	text-decoration: none;
}
a:hover
{
	color: #4D84D0;
	text-decoration: none;
	cursor: default;
}
.navi {
	text-decoration: none;
	display: block;
	padding-left: 4px;
	cursor: default;
	color: #00FF00
}
a.navi:hover {
	color: #F2F2F2;
	background-color: #00FF00;
	cursor: default;
}

