body {
  padding: 20px;
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 11px;
  line-height: 20px;
  color: #666666;
}

a:link, a:visited {
  color: #0C78B6;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

h1 {
  color: #0C78B6;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: -1px;
  clear: both;
}

h2 {
  color: #666666;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: -1px;
  clear: both;
}

h3 {
  color: #0C78B6;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -1px;
  padding: 0;
  margin: 0;
  clear: both;
}

div.henkilo {
	clear: both;
}

div.henkilo img {
	margin-bottom: 15px;
	float: left;
}

div.tiedot {
	margin-left: 10px;
	float: left;
}

p {
  font-size: 11px;
  line-height: 20px;
  color: #666666;
}

/* formit */

div form {
	width: 420px;
}

form label {
	width: 150px;
	float: left;
	display: block;
	font-size: 12px;
	color: #666666;
}

form input, form textarea {
	float: left;
	width: 200px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-bottom: 5px;
}

form p {
	line-height: normal;
	display: inline;
}

form input.radio {
	width: auto;
	display: inline;
	float: none;
}

form input.button {
	width: auto;
}

form br {
	clear: both;
}
