.letter {
	cursor:pointer;
	color:#36F;
	font-size:100pt;
}

.letters {
	cursor:pointer;
	color:#36F;
	font-size:80pt;
}

.alphabet {
	cursor:pointer;
	color:#03C;
}

.selected {
	font-weight: bold;
}

.menubody {
	background-color:#DDD;
	position:absolute;
	border:solid #BBB;
	border-width:1px 1px;
}

.menubody ul,.menubody li {
	cursor:pointer;
	margin:0;
	padding:0;
	list-style:none;
	color:#03C;
}

