body, table {
 font-family: Verdana, Helvetica, Arial, serif;
 letter-spacing: 0.5px;
 line-height: 18px;
 font-size:9pt;
}

.headline {
  color: #bdb57a;
  font-size: 18px;
  line-height: 18px;
  font-family: "Times New Roman", Georgia, Times;
}

.link {
  color: #bdb57a;
  text-decoration: none;
}

.text {
  color: black;
}

p {
 color: black;
}

a:link {
  color: #bdb57a;
  text-decoration: none;
}

a.menu_pkt {
 width:130px;
 height:16px;
 border:solid 0px;
 border-left:solid 1px #ffffff;
 float:left;
 font-size: 8pt;
 color:#000000;
 letter-spacing:0px;
 font-weight:bold;
 text-decoration:none;
 background-color:transparent;
 text-align:center;
}

a.menu_pkt:hover {
 width:130px;
 height:16px;
 border:solid 0px;
 border-left:solid 1px #ffffff;
 float:left;
 font-size: 8pt;
 color:#ffffff;
 letter-spacing:0px;
 font-weight:bold;
 text-decoration:none;
 background-color:#000000;
 text-align:center;
}

