body {
	height: 100%;
	margin: 0;
	text-align: justified;
	width: 100%;
	background-color: rgb(226, 226, 226);
	background-image: url("../img/taust.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center
}
h1 {
	font-size: 32px;
	font-family: Palatino, 'Palatino Linotype', sans-serif;
	text-transform: uppercase;
}
sup {
    vertical-align: super;
    font-size: small;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
a {
	color: olive;
	text-decoration: none;
}
.pea {
	padding: 100px 0;
	margin: 50px;
	text-align: center;
	font-family: Georgia, serif;
	color: #208020;
}
.sisu {
	margin: 80px;
	padding: 20px;
	font-family: Georgia, serif;
	font-size: 16px;
	color: #208020;
	background: rgba(255, 255, 255, 0.3);
}
nav {
}

nav li {
  display: inline;
  margin: 0;
  padding: 0 10px;
}

nav ul {
  display: inline;
}

.contact-btn {
  float: right;
}

.contact-btn a {
  cursor: pointer;
  margin-right: 30px;
  padding: 10px 20px;
  border: 1px solid #303030;
  position: relative;
}

.contact-btn a:active {
top: 2px;
}
nav a {
  height: 60px;
  line-height: 60px;
  color: #404040;
  text-decoration: none;
}
table {
	border-collapse: collapse;
	text-align: center;
}
th {
	padding-right: 20px;
	font-weight: bold;
	padding-left: 20px;
}
td {
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid gray;
}
