html {
  color : #000;
  font-family : Tahoma, sans-serif;
  font-size : 9pt;
  background:url(../images/background.jpg) fixed center;
}

body {
  margin-top:0px;
}

a {
  color : #e77c00;
}

a.print-link {
  font-size : 9pt;
}

img.thumbnail {
  width : 100px;
  border : none;
  cursor : pointer;
  border:1px solid #FF0;
}

img.normal {
  border : none;
  width : 370px
}

img.large {
  margin-top : 2px;
  border : none;
  width : 620px;
}

.row {
  cursor : pointer;
}

.row1 {
}

.row0 {
}

.row1:hover, .row0:hover {
  background: #313131;
}

th {
  text-align : center
}

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;
}

