.ccs1 {
	font-size: 10px;
}
.ccs2 {
	font-size: 12px;
}
.ccs3 {
	font-size: 14px;
}
.ccs4 {
	font-size: 16px;
}
.ccs1-b {
	font-size: 10px;
	font-weight: bold;
}
.ccs2-b {
	font-size: 12px;
	font-weight: bold;
}
.ccs3-b {
	font-size: 14px;
	font-weight: bold;
}
.ccs4-b {
	font-size: 16px;
	font-weight: bold;
}
a:link {
	text-decoration: none;

}
a:visited {
	text-decoration: none;

}
a:hover {
	text-decoration: underline;

}
a:active {
	text-decoration: underline;
}
