table {
	border-collapse:collapse;
	margin:20px;
	margin-left:auto;
	margin-right:auto;
}

td {
	font-family:sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
	color:rgb(59,77,104);
}

.out {
	padding:30px;
	border-width:1px;
	border-color:rgb(163,175,192);
	border-style:solid;
	background-color:rgb(221,226,230);
}

.header{
	padding:30px;
	border-width:1px;
	border-color:rgb(163,175,192);
	border-style:solid;
	background-color:rgb(241,244,246);
}

.kuva{
	padding:30px;
	border-width:1px;
	border-color:rgb(163,175,192);
	border-style:solid;
}

.in {
	padding:5px;
	border-width:1px;
	border-color:rgb(163,175,192);
	border-style:outset;
}

img {
	border-width:0px;
}

a {
	font-family:sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
	color:rgb(59,77,104);
	text-decoration:none;
}

a:visited {
	font-family:sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
	color:rgb(59,77,104);
	text-decoration:none;
}

a:hover {
	font-family:sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
	color:rgb(163,175,192);
	text-decoration:none;
}