@charset "utf-8";

a:link, a:visited, a:active {
	color: #b22222;
	text-transform:capitalize; 
}

a:hover {
	text-transform:uppercase; 
}

body {
	font-family: Lucida Console;
	color: #fff8dc;
	background-color: #B6BB59;
	background-attachment: fixed;
	background-image: url(kissaki1.png);
	background-repeat: no-repeat;
	background-position:center;
}

.zoom:hover {
	color:#000632;
}



