.wid { display: ; }

.hid { display:none; }

.komunikat {
font-size: 13px; 
color: red; 
font-family: arial;
align: center;
font-weight: bold;
}

 a{

  color: gray;

  text-decoration: none;

 }

 a:hover{

  color: black;

  text-decoration: bold;

 }