  h1 {
 	  font-size: 32px;
    color: white;
    font-weight: bold;   
    font-family: arial;
  	text-align : center;  	
    text-align : center;
  }
  b {
    font-family: arial;
    font-size: 12px;
    font-weigth: lighter;
  }
  td {
    color: ddeeff;
  }
  body {
    background-image : url("../traum/img/background.jpg");
    background-color : 000066;
    color : white;
  }
  a {
    color: Yellow;
    text-decoration : none;
  }
  a i {
    color: Yellow;
    text-decoration: none;
    font-family: arial;
    font-size: 10px;
  	font-style: normal;    
  }