

* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 100%;
  font-family: sans-serif;
  font-size:14px;
}

.zent {
  text-align: center;
  background-color: #fff;
  color: #464646;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

a {
text-decoration:none; color:#2c6d6d;	
}
a:link { 
text-decoration:none; color:#2c6d6d;
}
a:visited { 
text-decoration:none; color:#2c6d6d; 
}
a:hover { 
text-decoration:none; color:#00a300;  
}
a:active  { 
text-decoration:none; color:#2c6d6d;
}
a:focus {
outline:0;	
}
b {
color:grey;	
}
