@charset "utf-8";
body{
	text-align:center;
}
h1{
	text-decoration:underline;
}
h2{
	text-decoration:underline;
}
.balken{
	width:auto;
	height:25px;
	background-color:#999;
	font-size:20px;
	text-align:center;
	margin-left:10px;
	margin-right:10px;
	margin-top:15px;
	font-weight:bold;
}
table {
	margin:auto;
	border-collapse:collapse;


}
td{
	border:solid 2px #000000;
	text-align:center;
	
}
th{
	text-decoration:underline;
	text-align:right;
	padding-right:10px;
}
.table{
	top:10px;
	
	
}
.text{
	border:none;
	color:red;

}

.marquee1{
	top:5px;
	position:fixed;
	width:100%;
	direction:ltl;
	
}
.top{
	margin-top:120px;
}