html {
  color : #fff;
  font-family : Tahoma, sans-serif;
  font-size : 9pt;
}

a {
  color : #eeb;
  text-decoration : none;
  font-weight : 700;
}

a:hover {
  color : #cc0;
}

a.print-link {
  font-size : 9pt;
}

img.thumbnail {
  width : 100px;
  border : none;
  cursor : pointer
}

img.normal {
  border : none;
  width : 380px
}

img.large {
  margin-top : 2px;
  border : none;
  width : 650px
}

.row {
  cursor : pointer;
}

.row1 {
  background-color : #344e8b;
}

.row1:hover, .row0:hover {
  background-color : #405c9d;
}

.row0 {
}

body {
  margin : 0px;
  background-color : #fff;
}



div.large-pictures {
  text-align : center;
  margin : auto
}

div.large-pictures .caption {
  font-weight : 700;
  margin-bottom : 15px
}

div#about-slogan {
  font-weight : bold;
  font-size : 18pt;
  text-align : center
}

div.about {
  margin-bottom : 10px;
  text-indent : 10px
}

div.location {
  margin-bottom : 15px
}

.invalid {
  text-decoration: line-through;
}
