body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 0.8em;
  width: 900px;
  background-color: #FFFFFF;
  height: 100%;

  margin: 0px auto;
  padding: 0px 0;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#sivu {
    align: center;
	height: 100%;
	color: #1a4054;
}

h1 {
    font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-align: right;
	color: #0089d1;
}

h2 {
    font-family: Impact;
	font-size: 20px;
	text-align: center;
	color: #0089d1;
}

a {
  color: #1a4054;
  text-decoration: none;
}

a:hover {
  color: #7cb9d9;
  border-bottom: dotted 1px #7cb9d9;
}

#valikko {
  float: left;
  line-height: 2.2em;
  width: 200px;
  text-align: right;

}
#valikko a {
  color: #1a4054;
  font-weight: bold;
}

#sisalto {
    float: right;
	width: 600px;
	height: 100%;
	margin: 20px;
    text-align: left;
	line-height: 1.6em;
}

