html {
  font-family : Tahoma, sans-serif;
  font-size : 13pt;
}

body {
  margin-top:0px;
  background-image : url(/images/brickwall.png);
  background-attachment: fixed;
}

a {
  color : #009999;
  text-decoration: none;
}

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: #FFF;
}

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;
}

