/* CSS Document */

html, body
{
height: 100%;
}

body
{
text-align: center; /* Centers all divs */
background:url(hatter2.jpg) repeat;
background-color: #FFFFFF;
font-family: arial;
font-size: 11px;
font-weight:none;
color: #500000;
}

*{
  padding:0;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0;
  margin-top:0;
  }

.blszoveg1 {
	font-family: Arial, serif;
    font-size:30px;
    color:#FFFFFF;
    text-shadow:2px 2px #000000;
	}
	
.blszoveg2 {
	font-family: Arial, serif;
    font-size:30px;
    color:#000000;
    text-shadow:2px 2px #ccc;
	}
	
.blszoveg3 {
	font-family: Arial, serif;
    font-size:22px;
    color:#555555;
    text-shadow:2px 2px #ccc;
	}