body {
  color:#ffcc99;
  background-color:#000000;
}

h2 {
  padding: 5px;
  color: #6d1870;
}

/* Otsikko */
#otsikko {
  background: url(./kuvat/otsikko2.jpg);
  background-repeat: no-repeat;
  width: 800px;
  height: 125px;
  margin:0; 
  padding:0px;
}

#navi {
  background: url(./kuvat/navi.jpg);
  color: #ffcc99;
  width: 800px;
  height: 30px;

}

#navi ul {
  list-style-type: none;
  margin:0px; 
  padding:0px;
  display:table;
}

#navi ul li {
  background-image: url(./kuvat/jakaja.jpg);
  background-repeat: no-repeat;
  background-position: right;
  float: left;
  position: relative;
  text-align: center;
  width: 133px;
  font-size: 18px;
  line-height: 30px;  
  margin: 0px;  
  
}

#navi ul li a {
text-decoration: none;
color: #ffcc99;
}

#navi ul li a:hover {
color: red;
}

/* Sisältö */
#sisalto {
  background: #c7c8fd;
  color: #08117a;
  width: 800px;
  height: 430px;
  overflow: auto;
  text-align: left;
   margin-right: 5px; 

}
#sisalto a {
  text-decoration: none;
  color:blue;
}

#sisalto a:hover {
  color:red;
}

#sisalto p {
  padding-left: 5px;
  text-align: justify;
}

#sisalto img {
  padding: 5px;
  margin: 5px;
}

#sisalto img.vasen { 
  float: left; 
  padding: 5px;
  margin: 5px;
}

/* Ala palkki */
#pohja {
  background-image: url(./kuvat/pohja.jpg);
  color: #ffcc99;
  width: 800px;
  height: 30px;
  text-align: center;
}

#pohja a {
color: #ffcc99;
}

#pohja a:hover {
color: red;
}


/* Kuva galleria */
#kuvat {
  margin-left: 45px;
  margin-bottom: 15px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	

#kuvat img {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}

#kuvat a:hover img {
  border: 1px solid #0000ff;
}

/* Linkit */
#linkit {
margin-left:80px;
  width: 350px;
  float: left;

}
#linkit2 {
  width: 300px;
}

#linkit ul li{
  text-align:left;
  color: blue;
  padding-top: 0px; 
  margin-top: 0px; 
}
#linkit ul li a {
  text-decoration: none;
}

#linkit ul li a:hover {
  color: red;
}

#linkit2 ul li{
  text-align:left;
  color: blue;
  padding-top: 0px; 
  margin-top: 0px; 
}
#linkit2 ul li a {
  text-decoration: none;
}

#linkit2 ul li a:hover {
  color: red;
}

#linkit h2 {
  color:red;
}

#linkit2 h2 {
  color:red;
}