html { 
background: #fff;
}


body {
  color: #000;
  font-family: Gentilis;
  margin: 0;
  padding: 0;
  border-top-color:#000;
  border-top-style:solid;
  border-top-width:25px;
  text-align: left; 
}

.Stil1 {font-size: 18px; color:black;}
.Stil2 {font-size: 44px}
.Stil3 {font-size: 18px; color : grey;}

#name { 
	position:absolute;
	bottom:20px;
	right:8px;
	border-bottom-color:#0000;
	border-bottom-style:solid;
	border-bottom-width:5px;
}

#smoke {
	position:absolute;
	top:0px;
	left:0px;
}


nav .table { display:table; border-collapse:collapse; }
nav .tr { display:table-row; }
nav .td { display:table-cell; border:thin solid grey; padding:5px; }

}

