html {
  color : #000;
}

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

a:hover {
  color : blue
}

a:active {
  color : red
}

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

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

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

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

.row {
  cursor : pointer;
}

.row1 {
  background-color : #eee;
}

.row0 {
  background-color : #f0f0f0;
}

body {
  margin : 0px;
  font-size : 0.8em;
  background : #fff url(../images/header_back.jpg) top center repeat-x;
  font-family : arial, verdana, tahoma, serif;
}

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;
}