body {
	
	background-color: #000000;
	color: #ffffff;
	font-family: Georgia, Serif;
}

img {
	/*text-align: right;*/
	border: none;
	vertical-align: text-top;
}

img.appstorelogo {
			display: block;
	margin-left:auto;
margin-right:auto;
}

.logo {
	/*text-align: center;*/
	display: block;
	margin-left:auto;
margin-right:auto;
	margin-top: 35px;
}

h1 {
	text-align: center;
	padding-top: 1em;
	font-style: normal;
	font-size: larger;
	font-weight: normal;	
}

h3 {
	text-align: center;
	padding-bottom: 0.01em;	
	margin-bottom: 0px;
}

p.appdescription {
	margin-top: 0px;
	padding-top: 0.5em;
}

p.descriptive {
	margin-top: 0px;
	padding-top: 0.5em;
	text-align: justify;
}

/*
a {
	padding-bottom: 0px;	
}
*/
a:link {
	text-decoration: none;
	color: #ffffff;
	}

a:visited {
	text-decoration: none;
	color: #ffffff;
	}

a:active {
	text-decoration: none;
	color: #ffffff;
	}

a:hover {
	font-size:24; 
	font-weight:bold; 
	color: #ffffff;
	}	


#main {
	/*text-align: center;*/
	width: 360px;
}

div.navbar {
	padding-bottom: 10px;
	border-style: hidden;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;	
}

.navbar span {
	padding-left: 20px;
}
.content {
	background-color: #000000;
}

.title {
	color: #cccccc;
}

.center
{
margin-left:auto;
margin-right:auto;
/*
width: 500px;
text-align:left;
 */
}

