body {
   background: white;
   font-family: tahoma, arial, sans-serif;
   font-size: 8pt;
   font-weight: normal;
   color: #797979;
   text-decoration: none;
}

td {
   background: white;
   font-family: tahoma, arial, sans-serif;
   font-size: 8pt;
   font-weight: normal;
   color: #797979;
   text-decoration: none;
}

a {
   font-size: 8pt; 
   font-family: tahoma, arial, helvetica;
   color: #797979;
   font-weight: normal;
   text-decoration: underline;
}

a:hover {
   font-size: 8pt;
   font-family: tahoma, arial, helvetica;
   color: #005A94;
   font-weight: normal;
   text-decoration: none;
}

img.kesk {
   position: absolute;
   top: 50%;
   left: 50%;
   margin-right: -50%;
   transform: translate(-50%, -50%)
}