html, body {
  height: 100%;
}		
body {
  display: table;
  width: 700px;
  margin: 0 auto;			
  font: normal 100% sans-serif;
}		
#wrapper {
  display: table-cell;
	vertical-align: middle;
}		
#cell {
  border: 1px solid;
  padding: 1em;
  background-color: rgb(102, 119, 170);
  text-align: center;		
    color: #ffffff;
}
A:link {
  color: #441F6D;
  text-decoration: none;
}
A:visited {
  color: #441F6D;
  text-decoration: none;
}
A:active {
  color: red;
  text-decoration: underline;
}
A:hover {
  text-decoration: underline;
}
U A:link, U A:visited {
  text-decoration: underline;
}
U A:hover{
  text-decoration: overline underline;
}
.text_tytul {font-size: 18pt;  font-family: Comic Sans MS;}
.text_stanowisko {font-size: 14pt; font-family: Comic Sans MS;}
.text_naglowek {font-weight: bold; text-indent: 0cm; font-family: Comic Sans MS; font-size: 10pt;}

