/* CSS Document */
body {
	background-image: url(../images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.ttl {
	font-family:Tahoma;
	font-size:14px;
	color:#231F20;
	}
.ttl a:link {
	color: #231F20;
	text-decoration: none;
}
.ttl a:visited {
	text-decoration: none;
	color: #231F20;
}
.ttl a:hover {
	text-decoration: none;
	color: #231F20;
}
.ttl a:active {
	text-decoration: none;
	color: #231F20;
}

.txt {
	font-family:Tahoma;
	font-size:12px;
	color:#231F20;
	}
.txt a:link {
	color: #231F20;
	text-decoration: underline;
}
.txt a:visited {
	text-decoration: underline;
	color: #231F20;
}
.txt a:hover {
	text-decoration: none;
	color: #231F20;
}
.txt a:active {
	text-decoration: underline;
	color: #231F20;
}

