body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;

	background: navy url('bahn.jpg') no-repeat fixed top;
	color: yellow;
	
	padding: 5px;
	margin: 2pt;
}

#kop {
	width: 600px;
	
	font-size: 28pt;
	font-weight: bold;
	
	text-align: center;
	
	border-top: thick solid yellow;
	border-bottom: thick solid yellow;
}

#subkop {
	width: 600px;
	padding: 5px;
	
	text-align: center;
}

#main {
	padding-top: 15px;
	
	width: 600px;
	text-align: justify;
}

a:link, a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline overline;
}

div.ps {
	font-size: 8pt;
}

hr {
	border: medium solid yellow;
}

p.trein {
	font-size: 12pt;
	font-weight: bold;
}
