.head, .text, .box, a, .logo {
  font-family: Verdana, Tahoma, Arial;
}
  
.head {
  font-size: 13pt; 
  font-weight: bold; 
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.text {
  font-size: 8pt; 
  font-weight: normal; 
  text-align: center;
}

.box {
  font-size: 10pt; 
  font-weight: normal; 
  line-height: 1.3;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

a {
  font-size: 10pt; 
  color: #0050f0; 
  text-decoration: none; 
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

img.shot {
  border-width: 0px;
  margin-left: 30px;
}