body
  {
  font-family: Arial Narrow;
  margin-left:5px;
  margin-right:0px;
  background-color: white;
  }
  
a:visited
  {
  color: #800040;
  text-decoration: none;
  font-weight: bold;
  }
  
a:hover
  {
  font-weight: bold;
  text-decoration: underline;
  }
  
a:active
  {
  font-weight: bold;
  }
  
a:link
  {
  color: #0000ff;
  font-weight: bold;
  text-decoration: none;
  }
  
vert_middle
  {
  border: 0px solid white;
  }
table.vert_middle tr
  {
  vertical-align:middle;
  height: 100%;
  width: 100%
  }
  
img.noborder_hand
  {
  cursor: hand;
  border: 0px solid black;
  }