body {
	background-color: #FFFFFF;
	color: #333333;
	line-height: 16px;
}
.small {  font-size: x-small; line-height: normal;}
.bold {  font-weight: bold;}
.large {
	font-size: 14px;
	line-height: 18px;
}
.small-b {
	font-size: x-small;
	line-height: normal;
	font-weight: bold;
}
table {
	color: #333333;
	font-size: small;
	line-height: 16px;
}
a:link {
	color: #0066CC;
}
a:visited {
	color: #993399;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF0000;
}
.ttl-bold {
	font-size: small;
	line-height: 24px;
	font-weight: bold;
}
.red-small {
	font-size: x-small;
	line-height: normal;
	color: #FF0000;
}
.works {
	font-size: 18px;
	color: #FF6600;
}

