#fontsizer {
	display: block;
	float: right;
	background: url(/img/fontsize.gif) top;
	width: 40px;
	height: 20px;
	margin-top: 5px;
}
#fontsizer .inc, #fontsizer .dec {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
}
#fontsizer .dec:hover {
	background: url(/img/fontsize.gif) 0px 20px;
}
#fontsizer .inc:hover {
	background: url(/img/fontsize.gif) 20px 20px;
}

.meret0 {
	font-size: 12px;
}
.meret0 h1 {
	font-size: 16px;
}
.meret0 h2 {
	font-size: 14px;
}
.meret0 sub {
	font-size: 12px;
}

.meret1 {
	font-size: 14px;
}
.meret1 h1 {
	font-size: 18px;
}
.meret1 h2 {
	font-size: 16px;
}
.meret1 sub {
	font-size: 14px;
}

.meret2 {
	font-size: 16px;
}
.meret2 h1 {
	font-size: 22px;
}
.meret2 h2 {
	font-size: 18px;
}
.meret2 sub {
	font-size: 16px;
}