
body {
  font-family: 'Didact Gothic', sans;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: black;
}

.thumb {
  border: solid white 2px;
  cursor: default;
  margin-right: 3px;
}

.thumbselected {
  border: solid gray 2px;
  cursor: pointer;
}

.highlighted {
  color: red;
}

.menu {
  margin-top: 10px;
}

.submenu {
  margin-left: 20px;
}

.thispage {
  background-color: #DDDDDD
}

#imageinfo {
  margin-top: 8px;
  font-size: 90%;
}


.copyright {
  font-size: 80%;
  text-align: center;
}
