html { width: 100%; height: 100%; margin: 0px; }
body {
   width: 888px;
   margin: auto;
   font-family: Times New Roman, Times, serif;
   font-size: 14px;
   font-style: normal;
   text-align: center;
   color: white;
   background-color: #2e3191;
}

a {
   font-family: Arial, Helvetica, sans-serif;
   text-decoration: none;
   border-bottom-width: 1px;
   border-bottom-style: dotted;
   color: #1E90FF;
}

.powode {
   font-size: 20px;
   font-weight: bold;
}
.powode a {
   font-size: 23px;
   color: red;
}
.powode a.graf {
   color: #ADD8E6;
}
.powode a:hover {
   color: #1E90FF;
}
.powode span {
   font-size: 23px;
   color: #ADD8E6;
   text-decoration: none;
}

.reszta {
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
.reszta a:active {
   color: white;
}

