body {
	color: #666666;
	background-image:  url(image/bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
table {
	line-height: 150%;
	color: #666666;
}
.t1 {
	font-size: 12px;
	line-height: 120%;
	color: #666666;
}
a:visited {
	color: #333333;
}
a:link {
	color: #666666;
}
a:hover {
	color: #666600;
	text-decoration: underline;
	font-size: larger;
}
a:active {
	color: #333333;
}

