td,p { font-size: 10pt; font-family: Arial; border-width: 1px}
h5,h6 { font-family: Arial }
h1,h2,h3,h4 { font-family: Times; font-style:italic; margin-bottom:10px; color: #444444}
table {border-collapse: separate; border-width: 3px;}

th:first-child { -webkit-border-radius: 10px 0 0 0; border-radius: 10px 0 0 0; background-clip: padding-box;}
th:last-child { -webkit-border-radius: 0 10px 0 0; border-radius: 0 10px 0 0; background-clip: padding-box;}
th:only-child { -webkit-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0; background-clip: padding-box;}

body {
height: 100%;
width: 100%;
margin: 2;
padding: 1;
border: 1;
font-family: Arial, Helvetica, sans-serif;
}
A:link { COLOR: #2d2d2e; TEXT-DECORATION: none; FONT-WEIGHT: bold; }
A:visited { COLOR: #2d2d2e; TEXT-DECORATION: none; FONT-WEIGHT: bold; }
A:active { COLOR: #2d2d2e; TEXT-DECORATION: none; FONT-WEIGHT: bold; }
A:hover { COLOR: #5e5e5e; TEXT-DECORATION: underline; FONT-WEIGHT: bold; }

.dimg {
  max-width: 350px;
  max-height: 400px;
  width: expression(this.width > 350 ? "350px" : true);
  height: expression(this.height > 400 ? "400px" : true);
}

.dimgk {
  max-width: 96px;
  max-height: 64px;
  width: expression(this.width > 96 ? "96px" : true);
  height: expression(this.height > 64 ? "64px" : true);
}
.gewotab {
    padding-top: 8px;
    padding-bottom: 4px;
    background-color: #1D84AB;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding:4px;
}
thead { background-color: #1D84AB  ; padding:4px; line-height:30px}