body {
	background-color: #FDFE7C;
	Background-image: url(MB/tsv_logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
h1 {
	font-size: 24;
	font-weight: bold;
	font-style: italic;
}
h2 {
	font-size: 18;
	font-weight: bold;
	text-decoration: underline;
}
h3 {
	font-size: 36;
	font-weight: bold;
  color: red;
}
th {
	font-weight: bold;
	text-decoration: underline;
}
#i{
	position:		fixed; 
	bottom:			0; 
	left:			0; 
	width:			100%; 
	z-index:		-1;
}
