body {
	font-family: sans-serif;
	height: 100%;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}

h1 {
	font-size: 1.2em;
	text-align: center;
}

hr {
	border: 1px solid #ff0000;
	width: 60%;
}

h2 {
	font-size: 1.0em;
	vertical-align: middle; 
}

p {
	font-size: 0.9em;
}

ul {
	font-size: 0.9em;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #ff0000;
}

img {
	border: 0px;
	vertical-align: middle; 
	margin: 0 5px 0 5px;
}

.links {
	width: 100%;
	border-width: 0px;
	text-align: center;
}

.screenshots {
	width: 100%;
	text-align: center;
}

.menu {
	text-align: center;
}

.invisible {
	display: none;
}

.visible {
	display: inline;
}

.invisiblescr {
	display: none;
}

.visiblescr {
	display: inline;
	z-index: 10;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(overlay.png);
}

.visiblescr img {
	margin: 20px;
}
.languages {
	display: inline;
	z-index: 5;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 97%;
	text-align: right;
}

.inactive {
	text-decoration: none;
}

.active {
	text-decoration: underline;
}
