div.info { 
  font-family: Arial;
  position:absolute; 
  width:200px; 
  height:525px; 
  z-index:0; 
  left: 4px; 
  top: 274px; 
  background-color: rgb(148,214,148);
  /*background-color: #66CCCC; */
  /*layer-background-color: #66CCCC; */
  border: 1px none #000000;
  line-height: 12px;
 }

div.info h5 { 
  font-family: Arial;
  font-size: 15px;
  color: black;
  margin-left: 10px;
  margin-top: 20px;
  letter-spacing: -1px;
  line-height: 1px;
}


a.head {
  font-family: Arial;
  font-size: 13px;
  margin-left: 10px;
  color: black;
  font-weight: bold;
  }

a.head:link, a.head:visited { 
  text-decoration: none;
 }

a.head:active, a.head:hover { 
  text-decoration: underline;
 }

a.sub { 
  font-family: Arial;
  font-size: 13px;
  margin-left: 10px;
  color: blue;
}

a.sub:link, a.sub:visited { 
  text-decoration: none;
 }

a.sub:active, a.sub:hover { 
  text-decoration: underline;
  font-weight: bold;
}


