* {
  font-family: sans, helvetica, tahoma;
}

a {
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0px;
}

img.link {
  /* border: 1px solid transparent; */
  border: 1px solid #e8e8e8;
}

img.link:hover {
  border: 1px solid black;
}

img.big {
  /* border: 1px solid transparent;*/
  border: 1px solid white;
  margin-bottom: 5px;
}

img.big:hover {
  border: 1px solid black;
}

img.gallery {
  /* border: 1px solid transparent; */
  border: 1px solid white;
  margin: 2px 0px;
}

img.gallery:hover {
  border: 1px solid black;
}

h1 {
  margin-bottom: 4px;
  margin-top: 0px;
}

h2, h3, h4, ul {
  margin-bottom: 2px;
  margin-top: 0px;
}

.message {
  color: #ff0000;
  font-weight: bold;
}

.liner {
  padding-left: 5px;
  margin-left: 20px;
  border-left: solid black 1px;
}

.mainheader {
  border: solid black 2px;
  border-radius: 10px 10px;
  text-align: center;
  background: #c0e0ff;
}

.galleries {
  border: solid black 2px;
  text-align: center;
  background: #e8e8e8;
}

.pictures {
  border: solid black 2px;
  text-align: center;
}

.picture {
  border: solid black 2px;
  text-align: center;
}

.about {
  border: solid black 2px;
}

.small {
  font-size: 8pt;
}

