.App {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
}
.AppDL {
	text-align: center;
}

.AppTitle {
	font-weight: bold;
	padding-left: 10px;
	font-size: 14px;
	color: #000000;
}
.AppStore {
	text-align: right;
}
.AppSurIphone{
	text-align: right;
	font-size: 12px;
	font-style: italic;
	color: #999999;
}
.AppDesc {
	padding-left: 10px;
	font-size: 12px;
	color: #444444;
	text-align: justify;
	padding-right: 22px;
	padding-top: 20px;
	vertical-align: top;
}
.AppDescMaj {
	font-size: 18px;
}
.AppImg {
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
	vertical-align: top;
}
.AppIcon {
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-top: 2px;
}

.App a:hover 	{ background: none; text-decoration:  none; color:#0000BB }
.App a:link		{ background: none; text-decoration:  none; color:#000000 }
.App a:visited	{ background: none; text-decoration:  none; color:#000000 }
.App a:active  	{ background: none; text-decoration:  underline; color:#000000 }
.App h1 		{ font-size: 14px; }
.App td	{
	background: none;
	border-right: none;
	border-top: none;
	text-align: none;
}
.App table {
	background: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.App table tr:hover {
  background: none;
}
