body {
	font-family: "Times New Roman";
	font-size: 16px;
	margin: 20px;
	background-color: black;
}

.banneri {
  width: 100%;
  height: 110px;
  background-color: #16989a;
  text-align: center;
  border: none;
}

.runko {
  width: 800px;
  height: 100%;
  background-color: #dfffff;
  background-image: url('bg.jpg');
  padding-bottom: 10px;
  overflow: auto;
}

.valikko {
  width: 100%;
  height: 40px;
  background-color: #16989a;
  border: none;
  text-align: center;
  font-size: large;
}

.etuteksti {
  width: 90%;
  float: left;
  text-align: justify;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: auto;
}

.teksti {
  width: 90%;
  float: left;
  text-align: left;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: auto;
}

.banditeksti {
  width: 50%;
  float: left;
  text-align: justify;
  overflow: auto;
}

.bandikuvat {
  width: 50%;
  text-align: left;
  float: left;
  overflow: auto;
}

a {
  text-decoration: none;
}

.valikko a {
	text-decoration: none;
	color: black;
        margin: 20px;
}

p {
	margin: 20px;
	text-decoration: none;
	color: black;
}

table {
	margin-left: 20px;
        border: none;
	text-decoration: none;
	color: black;
}

td {
  padding-right: 20px;
}


.valikko p {
  margin-top: 0px;
	text-decoration: none;
	color: black;
}

h1 {
  margin: 20px;
  padding: 0px;
  font-size: 19px;
}
