@charset "utf-8";
/* CSS Document */

#font-buttons {
	overflow:hidden;
}
#font-buttons div {
	float:left;
	padding:5px;
	margin:0 5px 0 0;
	border-radius:3px;
	font-size:14px;
	line-height:1;
}
#font-buttons #font-s {
	background:#000;
	color:#CCC;
	cursor:default;
}
#font-buttons #font-m {
	background:#999;
	color:#FFF;
	cursor:pointer;
}
#font-buttons #font-l {
	background:#999;
	color:#FFF;
	cursor:pointer;
}

p, .fs-base, .fs-base li, .fs-base th, .fs-base td {
	font-size:14px;
}
.fs-sml {
	font-size:10px;
}
.fs-lag {
	font-size:18px;
}
