﻿.alphabet a{
	font:bold 7pt;
	text-align:center;
	white-space:nowrap;
	color:#f90;
	padding:1px 2px 1px 3px;
	border:1px solid #f90;
	width:17px;
	height:17px;
	margin:2px 1px;
}
.alphabet a.selected{
	color:#fff;
	background:#f90;
}