﻿body {
	font-size: 12px;
	line-height: 140%;
}

#font-size a.font-small {
	float: left;
	display: block;
	height: 15px;
	width: 16px;
	background: url(../../images/fontsize.gif) 0px 0px no-repeat;
}




#font-size a.font-small:hover {
	background-position: 0px -30px;
}

#font-size a.font-normal {
	float: left;
	display: block;
	height: 15px;
	width: 16px;
	background: url(../../images/fontsize.gif) -16px -15px no-repeat;
}




#font-size a.font-big {
	float: left;
	display: block;
	height: 15px;
	width: 16px;
	background: url(../../images/fontsize.gif) -32px 0px no-repeat;
}

#font-size a.font-big:hover {
	background-position: -32px -30px;
}
