.title {
	font-size: 16px;
	color: #FF6600;
	font-weight: bold;
}
.sub {
	font-size: 16px;
	color: #FF00FF;
	font-weight: bold;
}
.fontsize {
	font-size: 12px;
}
.link a:link {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.link a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.bread {
	font-size: 10px;
	color: #000000;
	line-height: 1.8em;

}
.fontsize-s {
	font-size: 0.6em;
}

