body {
	background: #000033 url(graf/bkg.jpg);
}
h1 {
	background: #000033;
	color: #FFFFCC;
	text-align: center;
	font: bold 18px "Courier New", Courier, monospace;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	font: bold 14px "Courier New", Courier, monospace;
	color: #FFFFCC;
}

table {
	background-color: #000033;
}
.td1 {
	text-align: center;
	border: 1px solid #ffffcc;
	font: 12px "Courier New", Courier, monospace;
}
.td2 {
	text-align: left;
	font: 14px "Courier New", Courier, monospace;
	margin-left: 15px;
	margin-right: 5px;
	color: #FFFFCC;
}
.td3 {
	text-align: left;
	font: italic 14px "Courier New", Courier, monospace;
	margin-left: 15px;
	margin-right: 5px;
	color: #FFFFCC;
}
a:link, a:visited {
	color: #CCE5FF;
}
a:hover {
	color: #FFFFCC;
}
.td4 {
	text-align: center;
	font: 14px "Courier New", Courier, monospace;
	margin-left: 25px;
	margin-right: 15px;
	border: 1px inset #FFFFCC;
	color: #FFFFCC;
}
.img {
	border: 1px solid #FFFFCC;
}
hr {
	color: #FFFFCC;
	width: 700px;
	height: 1px;
}
.c {
	color: #FFFFCC;
	font: 12px "Courier New", Courier, monospace;
	text-align: center;
}