/*  The style sheet for my Igal galleries (majakka.lnet.lut.fi)
**
**  This file is last edited 24.2.2003
**  by Aki Honkasuo
**
*/

.center { 
  text-align: center;
}

.center table { 
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body {
  font-family: verdana, sans-serif;
  background: #fdfdfd;
  color: #000000;
}

a:link {
	text-decoration: none;
	color:#0000ff;
}

a:visited {
	text-decoration: none;
	color:#000077;
}

a:active {
	text-decoration: none;
	color:#ff0000;
}

a:hover {
	text-decoration: none;
	background: #eeeeff;
}

.small {
  font-size: 75%;
}

.large {
  font-size: 200%;
}


H1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #777777;
}

.tiled {
  background-image: url(".tile.png");
  background-repeat: repeat-x;
  background-color: #000000;
  padding: 0;
}

.thumb {
  background-color: #fdfdfd;
  text-align: center;
  vertical-align: middle;
}

.slide {
  background-color: #dddddd;
  text-align: center;
  vertical-align: middle;
}
