.page {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.content {
	font-family: Verdana;
	font-size: 10pt;
}

.endarticle {
	font-family: "Lucida Console";
	font-size: 8pt;
	text-align: right;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.comment {
	font-family: Verdana;
	font-size: 8pt;
	border-bottom: black 3px solid;
	margin-bottom: 10px;
}

.navigation {
	text-align: center;
	font-family: Tahoma;
	font-size: 10pt;
	background: #ffffff url('navbar4.png') repeat-x;
}

.navigation a {
	color: #ffffff;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	
}
.navigation a:hover {
	color: #69d200;
}

h1 {
	background: #ffffff url('bar2.png') repeat-x;
	color: #fdfdfd;
	font-family: Tahoma;
	font-size: 18pt;
}

h2 {
	font-size: 15pt;
}

h3 {
	font-size: 12pt;
}

img.screenshot {
	margin-left:	5px;
	margin-right:	5px;
	margin-bottom:	1px;
	margin-top:		1px;
	padding:		1px;
	background-color: #808080;
}

.footer {
	font-family:	Tahoma;
	font-size:		8pt;
	text-align:		center;
	background-color: #e0e0e0;
	margin-bottom:	1px;
	margin-top:		5px;
}

.footer a {
	font-style:		normal;
	font-family:	Tahoma;
	text-decoration: none;
	color:			#606060;
}

.footer a:hover {
	color:			#000000;
}

