body {
	background-attachment: fixed;
	background-image: url(images/kyodan-b2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}

a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}


a:hover {
	color: #FFFFFF;
	text-decoration: none;

}
.navbar:active {
	color: #FF0000;
	text-decoration: none;
}
.navbar:link {
	color: #FF0000;
	text-decoration: none;
}

.navbar:visited {
	color: #FF0000;
	text-decoration: none;
}


.navbar:hover {
	color: #FF0000;
	text-decoration: none;

}