@charset "UTF-8";
/* CSS Document */

#Alphabet {
	width: 880px;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.imageStyle {
  float:left;
}




/*Text Styles________________________________________________________*/


.Alphabet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #424242;
	text-align: center;
	position:relative;
	left:0px;
	top: 10px;
	width: 780px;
	letter-spacing: 2px;
}
