@charset "utf-8";

.large {
	background-image: url(img/large.png);
	height: 24px;
	width: 24px;
	display: block;
	background-repeat: no-repeat;
}


.large a:link {
	background-image: url(img/large.png);
	height: 24px;
	width: 24px;
	display: block;
	background-repeat: no-repeat;
}


.large a:hover {
	background-image: url(img/largeon.png);
	background-repeat: no-repeat;
}


.middle {
	background-image: url(img/middleon.png);
	height: 24px;
	width: 24px;
	display: block;
	margin-right: 1px;
	background-repeat: no-repeat;

}
.middle a:link {
    background-image: url(img/middleon.png);
  	background-repeat: no-repeat;

}

.small {
	background-image: url(img/small.png);
	height: 24px;
	width: 24px;
	display: block;
	margin-right: 1px;
	background-repeat: no-repeat;

}


.small a:link {
	background-image: url(img/small.png);
	background-repeat: no-repeat;

}


.small a:hover {
	background-image: url(img/smallon.png);
	background-repeat: no-repeat;

}


#contents {
	float: left;
	width: 557px;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}

