.logoCaption
  {
  font-family: arial;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  background-color: white;
  color: rgb(82,158,222);
  position: relative;
  top: -76px;
  left: -85px;
  border-bottom-color: gray;
  }

.logoImg
  {
  border-width: 1px;
  border-color: rgb(82,158,222);
  border-style: solid;
  border-bottom-color: silver;
  border-right-color: silver;
  -moz-border-radius: 5px; -webkit-border-radius: 5px;
  -moz-box-shadow: -3px -3px 5px gray; -webkit-box-shadow: 3px 3px 5px gray;
   }
