<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
  height: 100%;
}

body {
  background-image: url(img/background-semiwhite.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: arial, helvetica, sans-serif;
}

a {
  color: #0071bf;
}

#Page {
  margin: 0px auto;
  max-width: 1000px;
}

.transparent {
  background-color: white;
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.90;
}

.no-transparent {
  background-color: white;
}

.float-right {
  float:right;
}

.float-left {
  float:left;
}

.center-img {
  display: block;
}

.WebsiteLink{
  display: block;
  margin: 10px 0px;
}

.center  {
  text-align: center;
}

#Header {
  margin-bottom: 20px;
  width: 1000px;
  height: 140px;
}

#Header img {
  float: left;
  width: 120px;
  margin: 10px 0px 10px 50px;
}

#Header h1 {
  font-family: fantasy, arial, sans-serif;
  font-size: 50px;
  text-align: center;
  padding-top: 45px;
}

#MainContent {
  width: 100%;
}

#LinkDiv {
  float: left;
  width: 220px;
  margin-bottom: 20px;
}

#LinkDiv ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#LinkDiv li {
  margin: 10px 0px;
}

#LinkDiv a {
  display: inline-block;
  background-color: #0071bf;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  padding: 10px 0px;
  width: 90%;
  margin-left: 5%;
}

#MainText {
  margin-left: 240px;
  padding: 1px 20px 10px 20px;
  min-width: 300px;
}

#Kuvagalleria ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#Kuvagalleria li {
  display: inline-block;
  margin-right: 5px;
}

#Kuvagalleria button {
  background-color: #0071bf;
  color: white;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 15px;
}

#Kuvagalleria img {
  width: 100%;
}

.sisakisakuva {
  display: none;
}

.torinokuva {
  display: none;
}

.maastoratakuva {
  display: none;
}

.muukuva {
  display: none;
}

#MainText img {
  margin: 10px auto;
}

#MainText h2 {
  text-align: center;
  font-size: 28px;
}

#MainText hr {
  margin: 25px auto;
}

#Footer {
  text-align: center;
  padding: 5px;
  clear: both;
  margin-top: 20px;
}
</pre></body></html>