#page {
	 position: absolute;
	 z-index: 1;
	 width: 1024px;
	 height: 744px;
	 margin-left: -512px;
	 left: 50%; 
	 top: 0px;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.titel {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}.sample {

	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
}

