html {
  color : #FFF;
  font-family : Tahoma, sans-serif;
  font-size : 11pt;
  <!--background: rgb(51,51,102); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(51,51,102,1) 0%, rgba(51,51,102,1) 9%, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 15%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,102,1)), color-stop(9%,rgba(51,51,102,1)), color-stop(15%,rgba(0,0,0,1)), color-stop(15%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(51,51,102,1) 0%,rgba(51,51,102,1) 9%,rgba(0,0,0,1) 15%,rgba(0,0,0,1) 15%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(51,51,102,1) 0%,rgba(51,51,102,1) 9%,rgba(0,0,0,1) 15%,rgba(0,0,0,1) 15%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(51,51,102,1) 0%,rgba(51,51,102,1) 9%,rgba(0,0,0,1) 15%,rgba(0,0,0,1) 15%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(51,51,102,1) 0%,rgba(51,51,102,1) 9%,rgba(0,0,0,1) 15%,rgba(0,0,0,1) 15%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333366', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ -->

  background:url(../images/background.jpg) fixed center;
  background-repeat: no-repeat;
}

body {
  margin: 0px;
  padding: 0px;
}

a {
  color : #fff;
}

a.print-link {
  font-size : 17px;
}

img.thumbnail {
  width : 100px;
  border : none;
  cursor : pointer;
  border:1px solid #FFF;
}

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: #333;
}

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 {
  text-indent : 10px
}

div.location {

}

.invalid {
  text-decoration: line-through;
}

