html {
	width: 900px;
	margin: 0 auto;
	background-color: #1e1f21;
	color: white;
}

p, li {
	line-height: 1.4em;
}

h4, h3, h5, p, li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

h4 {
	font-size: 18px;
}

h4.menu {
	text-align: center;
}

h5 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

a {
	color: #dde;
}

a:active {
	color: white;
}

a:visited {
	color: #99a;
}

.hint {
	color: #667;
}

.hint a:link {
	color: #99a;
}

.hint a:active {
	color: #ccd;
}

img {
	border: none;
}

.indent {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
	float: left;
}

.appIcon {
	
}

.appTitle {
	margin-top: 0px;
	margin-bottom: 5px;
}

.appTitle a {
	color: #dde;
}

.appComment {
	margin-top: 5px;
}

div.topPadding {
	height: 65px;
}

div.separator {
	margin: 0px;
	height: 5px;
}

div.screenshotContainer {
	float: right;
	text-align: center;
}

div.descriptionContainer {
	padding-left: 10px;
	padding-right: 10px;
}

.onTheAppStore {
	text-align: center;
	margin: 30px;
}

div.clearLeft {
	clear: left;
}

div.clear {
	clear: both;
}