body {
        font-family: verdana;
        font-size: 13px;
        font-style: normal;
}

img,a { outline: none; border: 0px;}

a:link,a:visited {color: #006BD7; text-decoration: none;}
a:active,a:hover {text-decoration: underline;}

/* writing to image */

a.photo-container {
  border: solid 1px #b3bbc1;
  padding:5px;
  background:#fff;
  border-radius: 3px;
  margin:5px;
  position: relative;
  display: block;
}

a.photo-container:hover {
  text-decoration: none;
}

a.photo-container2 {
  border: solid 1px #b3bbc1;
  padding:3px;
  background:#fff;
  border-radius: 3px;
  position: relative;
  display: block;
  width: 100px;
}

a.photo-container2:hover {
  text-decoration: none;
}

img.mask {
  position: absolute;
  top: 3px;
  left: 3px;
}

.imgname {
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 95%;
  height: 35px;
  color: white;
  text-align: left;
  text-shadow: 1px 1px 2px black, 0 0 1em black;
  font-weight: normal;
  padding: 2px;
  opacity: 0.8;
}