body {
	background-color: #78A5D1;
	margin-bottom: 50px;
}
h2 {
	font: 900 32px 'Times New Roman';
}
h3 {
	font: 900 italic 24px 'Times New Roman';
	border-bottom: 1px #CCCCCC solid;
}
table.pohja {
	font: 500 11pt 'Times New Roman';
	letter-spacing: +0.1em;
	background-color: #FFFFFF;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 640px;
	border: 2px #518AC4 solid;
}
a {
	color: #004080;
}
div.menu {
	color: #646464;
	border-bottom: 1px #646464 solid;
	text-align: center;
	font-size: 13pt;
	list-style-type: square;
}
div.menu a {
	font: 900 11pt 'Times New Roman';
	letter-spacing: +0.1em;
	text-decoration: none;
}
div.menu a:hover {
	text-decoration: underline;
}