.normal {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
.small {
	font-size : 10px;
	text-decoration: none;
	line-height: 14px;
	color: #000000;
}
.large {
	font-size : 14px;
	line-height: 20px;
	color: #333333;
}
A:link    { color:#666666; text-decoration:none; }
A:visited { color:#666666; text-decoration:none; }
A:hover   { color:#FF6600; text-decoration:underline; }
.line {
	border: 1px solid #999999;
}