BODY {
	color: white;
	background-color: black;
	background-image: url("http://2tawashi.client.jp/background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 3% 6%;
	text-align: center;
}

A:link {
	color: #aaffcc;
}

A:visited {
	color: #aaffcc;
}

A:active {
	color: #aaffcc;
}

A:hover {
	color: white;
}

A.none:link {
	color: white;
}

A.none:visited {
	color: white;
}

A.none:active {
	color: white;
}

A.none:hover {
	color: white;
	background-color: black;
}

SPAN.xxsmaller {
	font-size: xx-small;
}

SPAN.title {
	color: #ccffcc;
	font-size: large;
	font-weight: bold;
}

TABLE.smaller {
	font-size: small;
}